diff --git a/client/src/views/stream/notes/email-received.js b/client/src/views/stream/notes/email-received.js index 5d5c97fa99..41f30014a3 100644 --- a/client/src/views/stream/notes/email-received.js +++ b/client/src/views/stream/notes/email-received.js @@ -210,16 +210,16 @@ class EmailReceivedNoteStreamView extends NoteStreamView { const postView = this.getPostView(); - if (postView) { - postView.seeMoreText = false; - } - await this.reRender(); if (!this.detailsIsShown || !this.emailId) { return; } + if (postView) { + postView.seeMoreText = false; + } + if (this.bodyFieldView) { this.bodyFieldView.toShowQuotePart = false;