fixing spinner
This commit is contained in:
Родитель
6e3fe7c8c4
Коммит
657392e0a1
|
@ -53,6 +53,7 @@ export default class Spinner extends React.Component<any, ISpinnerState> {
|
|||
}
|
||||
|
||||
componentDidMount() {
|
||||
this.onChange(SpinnerStore.getState());
|
||||
SpinnerStore.listen(this.onChange);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче