Vanessa 2025-01-30 15:02:48 +08:00
parent cf72e3450f
commit 4d92d63ba1

View file

@ -1478,7 +1478,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
return true;
}
});
if (isSelf) {
if (isSelf && "nodeattributeviewrowmenu" !== gutterTypes[0]) {
return;
}
if (isInEmbedBlock(targetElement)) {