chore: cleanup

This commit is contained in:
2023-12-11 22:37:28 +01:00
parent 9fdb6a8d24
commit a4a2b95dc7

View File

@ -358,7 +358,6 @@ const editor = useEditor({
onReadOnlyChecked: (node: Node, checked: boolean): boolean => {
if (isEditEnabled) {
node.attrs.checked = checked
// inputHTML.value = editor.value?.getHTML()
bubbleSave()
return true
}