mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
fix(thread-list): Remove unnecessary extra trigger
This commit is contained in:
parent
a270234f6d
commit
5bda8993f0
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue