From 291a0833780ee6eaf8e0fef76a486ac168a3c423 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 7 May 2024 10:33:49 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/11251 --- app/src/protyle/render/av/relation.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/protyle/render/av/relation.ts b/app/src/protyle/render/av/relation.ts index 1f97870dd..b1f608c98 100644 --- a/app/src/protyle/render/av/relation.ts +++ b/app/src/protyle/render/av/relation.ts @@ -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;