mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 解决配置面板对事件列表进行排序后未保存到schema的问题
This commit is contained in:
parent
9fbc3f86ef
commit
d5ad02732e
@ -480,6 +480,7 @@ export class EventControl extends React.Component<
|
||||
this.setState({
|
||||
onEvent: onEventConfig
|
||||
});
|
||||
this.props.onChange && this.props.onChange(onEventConfig);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user