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();
|
this.onUnload();
|
||||||
},
|
},
|
||||||
onChange() {
|
onChange() {
|
||||||
this.renderRead();
|
this.renderSent();
|
||||||
this.renderQuote();
|
this.renderQuote();
|
||||||
},
|
},
|
||||||
select(e) {
|
select(e) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue