mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +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) {
|
if (!menuElement) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (menuElement.querySelector(".dragover__bottom, .dragover__top")) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
const rowElement = hasClosestByClassName(cellElements[0], "av__row");
|
const rowElement = hasClosestByClassName(cellElements[0], "av__row");
|
||||||
if (!rowElement) {
|
if (!rowElement) {
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue