From a905b2c656731df99096babdeefb930be1a9f9c8 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 1 Nov 2019 17:15:22 -0700 Subject: [PATCH] ConversationView.unload: Remove CompositionArea component --- js/views/conversation_view.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/views/conversation_view.js b/js/views/conversation_view.js index ccce598cc1..943b682a3d 100644 --- a/js/views/conversation_view.js +++ b/js/views/conversation_view.js @@ -784,6 +784,7 @@ this.titleView.remove(); this.timelineView.remove(); + this.compositionAreaView.remove(); if (this.attachmentListView) { this.attachmentListView.remove();