This commit is contained in:
Vanessa 2023-02-17 15:46:46 +08:00
parent 89c93f8ce8
commit 2474db3ab8
16 changed files with 38 additions and 40 deletions

View file

@ -220,7 +220,7 @@ export const paste = async (protyle: IProtyle, event: (ClipboardEvent | DragEven
insertHTML(code, protyle, true);
highlightRender(protyle.wysiwyg.element);
}
hideElements(["hint"], protyle)
hideElements(["hint"], protyle);
} else {
let isHTML = false;
if (textHTML.replace("<!--StartFragment--><!--EndFragment-->", "").trim() !== "") {