fix: remove editor from addExtensions context
This commit is contained in:
@@ -110,7 +110,6 @@ declare module '@tiptap/core' {
|
||||
addExtensions?: (this: {
|
||||
name: string,
|
||||
options: Options,
|
||||
editor: Editor,
|
||||
parent: ParentConfig<MarkConfig<Options>>['addExtensions'],
|
||||
}) => Extensions,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user