mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Fix menu behavior
Opening the global menu should close the conversation menu and vice versa. // FREEBIE
This commit is contained in:
@@ -96,7 +96,8 @@
|
||||
'loadMore .message-list': 'fetchMessages',
|
||||
'focus .send-message': 'focusBottomBar',
|
||||
'blur .send-message': 'unfocusBottomBar',
|
||||
'click .back': 'resetPanel'
|
||||
'click .back': 'resetPanel',
|
||||
'close .menu': 'closeMenu'
|
||||
},
|
||||
|
||||
unfocusBottomBar: function() {
|
||||
|
||||
Reference in New Issue
Block a user