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)) {