mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
Merge branch 'fix/droplocation' into 'develop'
Code review title: fix: grid布局下dropLocation蓝色标识应当出现在左右, close #112522 Code review Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/7132419
This commit is contained in:
commit
aceb496ec4
@ -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