mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:08:55 +08:00
Merge "支持弹框里打开弹窗继续选择" into pre-release
This commit is contained in:
commit
4ff88f53d0
@ -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