mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-20 15:26:09 +01:00
This commit is contained in:
parent
cb6050887a
commit
74354d6620
1 changed files with 1 additions and 0 deletions
|
|
@ -411,6 +411,7 @@ export const paste = async (protyle: IProtyle, event: (ClipboardEvent | DragEven
|
|||
e.removeAttribute(Constants.CUSTOM_RIFF_DECKS);
|
||||
e.classList.remove("protyle-wysiwyg--select", "protyle-wysiwyg--hl");
|
||||
e.setAttribute("updated", newId.split("-")[0]);
|
||||
e.querySelector(".protyle-attr--refcount")?.remove();
|
||||
isBlock = true;
|
||||
});
|
||||
if (nodeElement.classList.contains("table")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue