diff --git a/src/packages/fuzzy-finder/index.coffee b/src/packages/fuzzy-finder/index.coffee index 66f212187..2f8cf6783 100644 --- a/src/packages/fuzzy-finder/index.coffee +++ b/src/packages/fuzzy-finder/index.coffee @@ -19,9 +19,9 @@ class FuzzyFinder extends DeferredAtomPackage new LoadPathsTask(rootView, callback).start() onLoadEvent: (event, instance) -> - if @projectPaths? and not @instance.projectPaths? - @instance.projectPaths = @projectPaths - @instance.reloadProjectPaths = false + if @projectPaths? and not instance.projectPaths? + instance.projectPaths = @projectPaths + instance.reloadProjectPaths = false switch event.type when 'fuzzy-finder:toggle-file-finder'