add comment
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user