fix dialog unmount problems
This commit is contained in:
Родитель
8f01541d80
Коммит
c28c559401
|
@ -63,6 +63,10 @@ export default class Dialog extends React.PureComponent<IDialogProps, IDialogSta
|
|||
DialogsStore.listen(this.onChange);
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
DialogsStore.unlisten(this.onChange);
|
||||
}
|
||||
|
||||
componentDidUpdate() {
|
||||
const { dialogData } = this.props;
|
||||
var { dialogId, dialogArgs } = this.state;
|
||||
|
|
Загрузка…
Ссылка в новой задаче