mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Terminate in beforeRemove() instead of afterRemove()
This commit is contained in:
committed by
probablycorey
parent
2826d50cbb
commit
2ae494999c
@@ -239,7 +239,7 @@ class FuzzyFinderView extends SelectList
|
||||
|
||||
@setArray(_.uniq(@paths))
|
||||
|
||||
afterRemove: ->
|
||||
beforeRemove: ->
|
||||
@loadPathsTask?.terminate()
|
||||
|
||||
attach: ->
|
||||
|
||||
Reference in New Issue
Block a user