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;