Update react-contextmenu to avoid event handler issues un unload

This commit is contained in:
Scott Nonnenberg 2019-03-20 13:43:24 -07:00
parent f86ac1c765
commit 3b140d9b51
3 changed files with 6 additions and 6 deletions

View file

@ -221,7 +221,7 @@
},
onArchive: () => {
this.unload();
this.unload('archive');
this.model.setArchived(true);
},
onMoveToInbox: () => {