we dont need this anymore

This commit is contained in:
Philipp Kühn
2020-11-16 10:03:21 +01:00
parent dac2434cd3
commit b450bb9850

View File

@@ -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, }
// } }
// }