From ba9bb4f7d1627f914131706419cfa01165b3a231 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 18 Jan 2026 22:50:51 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/14972 --- 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 741aaea82..b8f7d3efc 100644 --- a/app/src/protyle/util/paste.ts +++ b/app/src/protyle/util/paste.ts @@ -354,7 +354,7 @@ export const paste = async (protyle: IProtyle, event: (ClipboardEvent | DragEven } return; } - protyle.hint.enableExtend = Constants.BLOCK_HINT_KEYS.concat("{{", "/", "#").includes(protyle.hint.splitChar); + protyle.hint.enableExtend = Constants.BLOCK_HINT_KEYS.concat("{{", "/", "#", "、", "「「", "「『", "『「", "『『", "{{").includes(protyle.hint.splitChar); hideElements(protyle.hint.enableExtend ? ["select"] : ["select", "hint"], protyle); protyle.wysiwyg.element.querySelectorAll(".protyle-wysiwyg--hl").forEach(item => { item.classList.remove("protyle-wysiwyg--hl");