fix: 解决配置面板对事件列表进行排序后未保存到schema的问题

This commit is contained in:
wutong25 2023-08-17 19:10:58 +08:00
parent 9fbc3f86ef
commit d5ad02732e

View File

@ -480,6 +480,7 @@ export class EventControl extends React.Component<
this.setState({
onEvent: onEventConfig
});
this.props.onChange && this.props.onChange(onEventConfig);
}
});
}