From 4d92d63ba1a5666b4c780ed2a8fefb846eff6b73 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 30 Jan 2025 15:02:48 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/13968 --- app/src/protyle/util/editorCommonEvent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/util/editorCommonEvent.ts b/app/src/protyle/util/editorCommonEvent.ts index 1ba3966a6..e3c3f3db3 100644 --- a/app/src/protyle/util/editorCommonEvent.ts +++ b/app/src/protyle/util/editorCommonEvent.ts @@ -1478,7 +1478,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => { return true; } }); - if (isSelf) { + if (isSelf && "nodeattributeviewrowmenu" !== gutterTypes[0]) { return; } if (isInEmbedBlock(targetElement)) {