mirror of
https://github.com/mue/mue.git
synced 2026-07-16 21:44:22 +02:00
feat: hot reload support for some widgets, css improvements on marketplace
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
import EventBus from '../../../../modules/helpers/eventbus';
|
||||
|
||||
import { toast } from 'react-toastify';
|
||||
|
||||
export default class Text extends React.PureComponent {
|
||||
@@ -23,6 +25,8 @@ export default class Text extends React.PureComponent {
|
||||
this.setState({
|
||||
value: value
|
||||
});
|
||||
|
||||
EventBus.dispatch('refresh', this.props.category);
|
||||
}
|
||||
|
||||
resetItem = () => {
|
||||
|
||||
Reference in New Issue
Block a user