chore: cleanup
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2023-12-11 22:37:28 +01:00
parent 9fdb6a8d24
commit a4a2b95dc7
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

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
}