email note fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user