mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +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;
|
||||
}
|
||||
}
|
||||
if (/grid$/.test(display)) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user