mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update react-contextmenu to avoid event handler issues un unload
This commit is contained in:
@@ -221,7 +221,7 @@
|
||||
},
|
||||
|
||||
onArchive: () => {
|
||||
this.unload();
|
||||
this.unload('archive');
|
||||
this.model.setArchived(true);
|
||||
},
|
||||
onMoveToInbox: () => {
|
||||
|
||||
Reference in New Issue
Block a user