mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 06:30:14 +01:00
This commit is contained in:
parent
96c5084af6
commit
291a083378
1 changed files with 3 additions and 0 deletions
|
|
@ -351,6 +351,9 @@ export const setRelationCell = (protyle: IProtyle, nodeElement: HTMLElement, tar
|
|||
if (!menuElement) {
|
||||
return;
|
||||
}
|
||||
if (menuElement.querySelector(".dragover__bottom, .dragover__top")) {
|
||||
return;
|
||||
}
|
||||
const rowElement = hasClosestByClassName(cellElements[0], "av__row");
|
||||
if (!rowElement) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue