mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-30 16:34:45 +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)
|
'core:list-page-down': => @_onScrollByPage(1)
|
||||||
'application:pop-sheet': => @_onDeselect()
|
'application:pop-sheet': => @_onDeselect()
|
||||||
'multiselect-list:select-all': @_onSelectAll
|
'multiselect-list:select-all': @_onSelectAll
|
||||||
'core:select-all': @_onSelectAll
|
'multiselect-list:select-all': @_onSelectAll
|
||||||
'multiselect-list:deselect-all': => @_onDeselect()
|
'multiselect-list:deselect-all': => @_onDeselect()
|
||||||
|
|
||||||
render: =>
|
render: =>
|
||||||
|
|
Loading…
Add table
Reference in a new issue