mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 07:20:38 +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)) {
|
// if (component.isModal == null && /Dialog/.test(componentName)) {
|
||||||
component.isModal = true;
|
// component.isModal = true;
|
||||||
}
|
// }
|
||||||
return {
|
return {
|
||||||
...metadata,
|
...metadata,
|
||||||
configure: {
|
configure: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user