fix(types): fix link and table type errors (#3208)

This commit is contained in:
John Franey
2022-09-20 18:54:36 -03:00
committed by GitHub
parent a3978353ff
commit ae13cf61ad
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
import { Mark, markPasteRule, mergeAttributes } from '@tiptap/core'
import { find, registerCustomProtocol } from 'linkifyjs'
import { Plugin } from 'prosemirror-state'
import { autolink } from './helpers/autolink'
import { clickHandler } from './helpers/clickHandler'
@@ -162,7 +163,7 @@ export const Link = Mark.create<LinkOptions>({
},
addProseMirrorPlugins() {
const plugins = []
const plugins: Plugin[] = []
if (this.options.autolink) {
plugins.push(autolink({