From ba2cd2828b72c236cebaa64252f387a7f4a609dc Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 9 Jan 2025 11:45:48 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/13763 --- app/src/protyle/util/paste.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/util/paste.ts b/app/src/protyle/util/paste.ts index a7c95ec74..aee087ee5 100644 --- a/app/src/protyle/util/paste.ts +++ b/app/src/protyle/util/paste.ts @@ -411,7 +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(); + e.removeAttribute("refcount"); isBlock = true; }); if (nodeElement.classList.contains("table")) {