mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-24 10:38:15 +00:00
fix: grid布局下dropLocation蓝色标识应当出现在左右, close #112522
This commit is contained in:
parent
3d8b31f121
commit
74717ee5b2
@ -78,6 +78,9 @@ export function isRowContainer(container: Element | Text, win?: Window) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (/grid$/.test(display)) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user