add comment

This commit is contained in:
Philipp Kühn 2020-11-04 17:25:25 +01:00
parent 09ddf954a7
commit fcd264bb16

View File

@ -13,3 +13,10 @@ export const Editable = createExtension({
]
},
})
// TODO: Editable circularly references itself!?
// declare module '../Editor' {
// interface AllExtensions {
// Editable: typeof Editable,
// }
// }