Put name of property in emitChange
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
e39572b98b
commit
96959a3c4c
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ export class SessionViewModel extends ViewModel {
|
||||||
this._roomInfoViewModel = enable ?
|
this._roomInfoViewModel = enable ?
|
||||||
this.track(new RoomInfoViewModel(this.childOptions({ room }))) :
|
this.track(new RoomInfoViewModel(this.childOptions({ room }))) :
|
||||||
this.disposeTracked(this._roomInfoViewModel);
|
this.disposeTracked(this._roomInfoViewModel);
|
||||||
this.emitChange();
|
this.emitChange("roomInfoViewModel");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue