fix(thread-list): Remove unnecessary extra trigger

This commit is contained in:
Ben Gotow 2016-04-27 15:20:25 -07:00
parent a270234f6d
commit 5bda8993f0

View file

@ -86,6 +86,5 @@ class ThreadListStore extends NylasStore
if keyboard and notInSet(keyboard)
Actions.setCursorPosition(collection: 'thread', item: nextItemFromIndex(keyboardIndex))
@trigger(@)
module.exports = new ThreadListStore()