fix(extension-link): 🐛 fix auto link validation not working on paste
This commit is contained in:
committed by
Dominik
parent
ec4154000d
commit
3a3eb5311c
@@ -1,7 +1,8 @@
|
||||
import { Editor } from '@tiptap/core'
|
||||
import { Plugin, PluginKey } from 'prosemirror-state'
|
||||
import { MarkType } from 'prosemirror-model'
|
||||
import { find } from 'linkifyjs'
|
||||
import { MarkType } from 'prosemirror-model'
|
||||
import { Plugin, PluginKey } from 'prosemirror-state'
|
||||
|
||||
import { Editor } from '@tiptap/core'
|
||||
|
||||
type PasteHandlerOptions = {
|
||||
editor: Editor,
|
||||
|
||||
Reference in New Issue
Block a user