mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:18:03 +08:00
支持弹框里打开弹窗继续选择
Change-Id: I8f7a2ffb54b8adbaa46ee11c1c8ef092cb138e77
This commit is contained in:
parent
fad4f5c88b
commit
2b35df4c1f
@ -98,8 +98,8 @@ export class SubEditor extends React.Component<SubEditorProps> {
|
||||
const {store, manager} = this.props;
|
||||
const subEditorContext = store.subEditorContext;
|
||||
const config = manager.config;
|
||||
let superEditorData: any = store.superEditorData || null;
|
||||
if (!store.isSubEditor && subEditorContext) {
|
||||
let superEditorData: any = store.superEditorData;
|
||||
if (!!subEditorContext) {
|
||||
superEditorData = createObject(store.superEditorData, subEditorContext?.data?.__super);
|
||||
}
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user