fix(remove-from-view): Missing invocation for non-Gmail

This commit is contained in:
Ben Gotow 2016-03-10 14:25:28 -08:00
parent 4d7f515090
commit 0fb6d4c401

View file

@ -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