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();