From aec18efc0e37ef2630b200f8b6ee320fee5e8bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 27 Oct 2020 12:38:07 +0100 Subject: [PATCH] add comment --- packages/extension-text-align/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/extension-text-align/index.ts b/packages/extension-text-align/index.ts index ff218a97..15938051 100644 --- a/packages/extension-text-align/index.ts +++ b/packages/extension-text-align/index.ts @@ -46,6 +46,7 @@ const TextAlign = createExtension({ addKeyboardShortcuts() { return { + // TODO: re-use only 'textAlign' attribute // TODO: use custom splitBlock only for `this.options.types` // TODO: use complete default enter handler (chainCommand) with custom splitBlock Enter: () => this.editor.splitBlock(true),