mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
commit
89d031990f
@ -128,7 +128,7 @@ export class RoomViewModel extends ViewModel {
|
|||||||
// so emit all fields originating from summary
|
// so emit all fields originating from summary
|
||||||
_onRoomChange() {
|
_onRoomChange() {
|
||||||
// propagate the update to the child view models so it's bindings can update based on room changes
|
// propagate the update to the child view models so it's bindings can update based on room changes
|
||||||
this._composerVM.emitChange();
|
this._composerVM?.emitChange();
|
||||||
this.emitChange();
|
this.emitChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user