mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
add comment
This commit is contained in:
parent
8d0c67cc66
commit
aec18efc0e
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user