forked from mystiq/hydrogen-web
Show panel when first visit contains /details
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
b5480b018b
commit
9ac415fa4f
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ export class SessionViewModel extends ViewModel {
|
||||||
|
|
||||||
const details = this.navigation.observe("details");
|
const details = this.navigation.observe("details");
|
||||||
this.track(details.subscribe(() => this._toggleRoomInformationPanel()));
|
this.track(details.subscribe(() => this._toggleRoomInformationPanel()));
|
||||||
|
this._toggleRoomInformationPanel();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue