Update react-contextmenu to avoid event handler issues un unload
This commit is contained in:
parent
f86ac1c765
commit
3b140d9b51
3 changed files with 6 additions and 6 deletions
|
@ -221,7 +221,7 @@
|
|||
},
|
||||
|
||||
onArchive: () => {
|
||||
this.unload();
|
||||
this.unload('archive');
|
||||
this.model.setArchived(true);
|
||||
},
|
||||
onMoveToInbox: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue