mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 13:44:53 +08:00
fix(remove-from-view): Missing invocation for non-Gmail
This commit is contained in:
parent
4d7f515090
commit
0fb6d4c401
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ class ThreadList extends React.Component
|
|||
Actions.setFocus(collection: 'thread', item: item)
|
||||
|
||||
_keymapHandlers: ->
|
||||
'application:remove-from-view': => @_onRemoveFromView
|
||||
'application:remove-from-view': =>
|
||||
@_onRemoveFromView()
|
||||
'application:gmail-remove-from-view': =>
|
||||
@_onRemoveFromView(CategoryRemovalTargetRulesets.Gmail)
|
||||
'application:archive-item': @_onArchiveItem
|
||||
|
|
Loading…
Add table
Reference in a new issue