mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
fix:解决事件动作面板卡死问题 (#9099)
This commit is contained in:
parent
460068aa69
commit
23254e1440
@ -445,7 +445,17 @@ export class EventControl extends React.Component<
|
||||
...item,
|
||||
actionType: config
|
||||
}
|
||||
: config
|
||||
: Object.defineProperties(config, {
|
||||
__cmptTreeSource: {
|
||||
enumerable: false
|
||||
},
|
||||
__nodeSchema: {
|
||||
enumerable: false
|
||||
},
|
||||
__subActions: {
|
||||
enumerable: false
|
||||
}
|
||||
})
|
||||
: item;
|
||||
})
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user