mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
commit
89d031990f
@ -128,7 +128,7 @@ export class RoomViewModel extends ViewModel {
|
||||
// so emit all fields originating from summary
|
||||
_onRoomChange() {
|
||||
// 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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user