mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Remove duplicate nulling out of view
This commit is contained in:
@@ -27,7 +27,6 @@ module.exports =
|
||||
@fuzzyFinderView?.cancel()
|
||||
@fuzzyFinderView = null
|
||||
@projectPaths = null
|
||||
@fuzzyFinderView = null
|
||||
|
||||
serialize: ->
|
||||
@fuzzyFinderView?.getOpenedPaths()
|
||||
|
||||
Reference in New Issue
Block a user