Vanessa 2024-05-26 09:36:42 +08:00
parent 1860b641f0
commit 4a881a62ca

View File

@ -676,6 +676,7 @@ export const onTransaction = (protyle: IProtyle, operation: IOperation, isUndo:
return true; return true;
} }
}); });
document.querySelector("wbr")?.remove();
} else { } else {
focusByWbr(protyle.wysiwyg.element, range); focusByWbr(protyle.wysiwyg.element, range);
} }