mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
also clear
This commit is contained in:
parent
74e6d018f4
commit
e599d8b6fa
@ -63,6 +63,7 @@ export class RootViewModel extends ViewModel {
|
|||||||
// this should never happen, but we want to be sure not to leak it
|
// this should never happen, but we want to be sure not to leak it
|
||||||
if (this._pendingSessionContainer) {
|
if (this._pendingSessionContainer) {
|
||||||
this._pendingSessionContainer.dispose();
|
this._pendingSessionContainer.dispose();
|
||||||
|
this._pendingSessionContainer = null
|
||||||
}
|
}
|
||||||
this._showSessionLoader(sessionId);
|
this._showSessionLoader(sessionId);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user