Don't reset panel on close of recent media pane

This commit is contained in:
Josh Perez
2020-07-14 19:21:25 -04:00
committed by Scott Nonnenberg
parent 901179440f
commit 9433a1de99
3 changed files with 12 additions and 6 deletions

View File

@@ -1966,7 +1966,6 @@
props: await getProps(),
onClose: () => {
this.stopListening(this.model.messageCollection, 'remove', update);
this.resetPanel();
},
});