we dont need this anymore
This commit is contained in:
@@ -14,9 +14,8 @@ export const Editable = Extension.create({
|
||||
},
|
||||
})
|
||||
|
||||
// TODO: Editable circularly references itself!?
|
||||
// declare module '@tiptap/core' {
|
||||
// interface AllExtensions {
|
||||
// Editable: typeof Editable,
|
||||
// }
|
||||
// }
|
||||
declare module '@tiptap/core' {
|
||||
interface AllExtensions {
|
||||
Editable: typeof Editable,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user