mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
cf72e3450f
commit
4d92d63ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -1478,7 +1478,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
return true;
|
||||
}
|
||||
});
|
||||
if (isSelf) {
|
||||
if (isSelf && "nodeattributeviewrowmenu" !== gutterTypes[0]) {
|
||||
return;
|
||||
}
|
||||
if (isInEmbedBlock(targetElement)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue