mirror of
https://github.com/mue/mue.git
synced 2026-07-28 03:01:10 +02:00
feat(dev): jsdoc and prop-types
This commit is contained in:
@@ -124,7 +124,7 @@ export default class OrderSettings extends PureComponent {
|
||||
componentDidUpdate() {
|
||||
localStorage.setItem('order', JSON.stringify(this.state.items));
|
||||
variables.stats.postEvent('setting', 'Widget order');
|
||||
EventBus.dispatch('refresh', 'widgets');
|
||||
EventBus.emit('refresh', 'widgets');
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
||||
Reference in New Issue
Block a user