add comment

This commit is contained in:
Philipp Kühn 2020-10-27 12:38:07 +01:00
parent 8d0c67cc66
commit aec18efc0e

View File

@ -46,6 +46,7 @@ const TextAlign = createExtension({
addKeyboardShortcuts() { addKeyboardShortcuts() {
return { return {
// TODO: re-use only 'textAlign' attribute
// TODO: use custom splitBlock only for `this.options.types` // TODO: use custom splitBlock only for `this.options.types`
// TODO: use complete default enter handler (chainCommand) with custom splitBlock // TODO: use complete default enter handler (chainCommand) with custom splitBlock
Enter: () => this.editor.splitBlock(true), Enter: () => this.editor.splitBlock(true),