mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-21 15:42:19 +08:00
fix(select-all): Disable Cmd-A to select threads for now
This commit is contained in:
parent
fe5d218ce4
commit
74913ddb78
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class MultiselectList extends React.Component
|
|||
'core:list-page-down': => @_onScrollByPage(1)
|
||||
'application:pop-sheet': => @_onDeselect()
|
||||
'multiselect-list:select-all': @_onSelectAll
|
||||
'core:select-all': @_onSelectAll
|
||||
'multiselect-list:select-all': @_onSelectAll
|
||||
'multiselect-list:deselect-all': => @_onDeselect()
|
||||
|
||||
render: =>
|
||||
|
|
Loading…
Reference in a new issue