This commit is contained in:
Vanessa 2022-11-15 00:13:12 +08:00
parent d74c7d462f
commit 48df7bc5cb
3 changed files with 1 additions and 3 deletions

View file

@ -230,7 +230,7 @@ export const paste = async (protyle: IProtyle, event: (ClipboardEvent | DragEven
if (e.getAttribute("updated")) {
e.setAttribute("updated", newId.split("-")[0]);
}
isBlock = true
isBlock = true;
});
if (nodeElement.classList.contains("table")) {
isBlock = false;