MessageView: Call the proper render method on change event

pull/1/head
Scott Nonnenberg 7 years ago
parent 7bd747a796
commit 4e9abdf348
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

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

Loading…
Cancel
Save