ensure images load in reply preview in composer
This commit is contained in:
parent
454d2d3666
commit
f379bf2341
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Reference in a new issue