mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
ensure images load in reply preview in composer
This commit is contained in:
parent
454d2d3666
commit
f379bf2341
@ -30,6 +30,7 @@ export class ComposerViewModel extends ViewModel {
|
||||
this._replyVM = this.disposeTracked(this._replyVM);
|
||||
if (entry) {
|
||||
this._replyVM = this.track(this._roomVM._createTile(entry));
|
||||
this._replyVM.notifyVisible();
|
||||
}
|
||||
this.emitChange("replyViewModel");
|
||||
this.emit("focus");
|
||||
|
Loading…
Reference in New Issue
Block a user