Vanessa 2024-05-07 10:33:49 +08:00
parent 96c5084af6
commit 291a083378

View file

@ -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;