mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 22:10:27 +00:00
fix: 去掉根据 componentName 判断 isModal 的逻辑
This commit is contained in:
parent
25b4ba28ab
commit
28f0213bcb
@ -337,9 +337,9 @@ registerMetadataTransducer((metadata) => {
|
||||
};
|
||||
}
|
||||
}
|
||||
if (component.isModal == null && /Dialog/.test(componentName)) {
|
||||
component.isModal = true;
|
||||
}
|
||||
// if (component.isModal == null && /Dialog/.test(componentName)) {
|
||||
// component.isModal = true;
|
||||
// }
|
||||
return {
|
||||
...metadata,
|
||||
configure: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user