fix: creation of new todo list item in comments (#5242)
This commit is contained in:
parent
8339daa3ee
commit
5d2983d027
2 changed files with 1 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ export const EnterKeyExtension = (onEnterKeyPress?: (descriptionHTML: string) =>
|
|||
editor.commands.first(({ commands }) => [
|
||||
() => commands.newlineInCode(),
|
||||
() => commands.splitListItem("listItem"),
|
||||
() => commands.splitListItem("taskItem"),
|
||||
() => commands.createParagraphNear(),
|
||||
() => commands.liftEmptyBlock(),
|
||||
() => commands.splitBlock(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue