支持弹框里打开弹窗继续选择

Change-Id: I8f7a2ffb54b8adbaa46ee11c1c8ef092cb138e77
This commit is contained in:
pianruijie 2022-07-28 17:50:40 +08:00
parent fad4f5c88b
commit 2b35df4c1f

View File

@ -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 {