MessageView: Call the proper render method on change event
This commit is contained in:
parent
7bd747a796
commit
4e9abdf348
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@
|
|||
this.onUnload();
|
||||
},
|
||||
onChange() {
|
||||
this.renderRead();
|
||||
this.renderSent();
|
||||
this.renderQuote();
|
||||
},
|
||||
select(e) {
|
||||
|
|
Loading…
Reference in a new issue