MessageView: Call the proper render method on change event

This commit is contained in:
Scott Nonnenberg 2018-04-13 18:44:19 -07:00
parent 7bd747a796
commit 4e9abdf348
No known key found for this signature in database
GPG key ID: 5F82280C35134661

View file

@ -275,7 +275,7 @@
this.onUnload(); this.onUnload();
}, },
onChange() { onChange() {
this.renderRead(); this.renderSent();
this.renderQuote(); this.renderQuote();
}, },
select(e) { select(e) {