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' {
|
||||||
// declare module '@tiptap/core' {
|
interface AllExtensions {
|
||||||
// interface AllExtensions {
|
Editable: typeof Editable,
|
||||||
// Editable: typeof Editable,
|
}
|
||||||
// }
|
}
|
||||||
// }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user