ConversationView.unload: Remove CompositionArea component

This commit is contained in:
Scott Nonnenberg 2019-11-01 17:15:22 -07:00
parent 6c9e61593c
commit a905b2c656

View file

@ -784,6 +784,7 @@
this.titleView.remove();
this.timelineView.remove();
this.compositionAreaView.remove();
if (this.attachmentListView) {
this.attachmentListView.remove();