also clear
This commit is contained in:
parent
74e6d018f4
commit
e599d8b6fa
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue