add keepOnSplit option to splitListItem

This commit is contained in:
Philipp Kühn
2021-01-28 23:51:20 +01:00
parent ee7daa3f43
commit 3039871767
2 changed files with 115 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ export const TaskItem = Node.create({
renderHTML: attributes => ({
'data-checked': attributes.checked,
}),
keepOnSplit: false,
},
}
},