mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
parent
5553e40f0c
commit
c8e4e76100
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ export default class AppTile extends React.Component {
|
|||
|
||||
// Delete the widget from the persisted store for good measure.
|
||||
PersistedElement.destroyElement(this._persistKey);
|
||||
ActiveWidgetStore.destroyPersistentWidget(this.props.app.id);
|
||||
|
||||
if (this._sgWidget) this._sgWidget.stop({ forceDestroy: true });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue