mirror of
https://github.com/atom/atom.git
synced 2026-02-09 06:05:11 -05:00
Expanded/collapsed state of directories is preserved when an ancestor is collapsed
This commit is contained in:
@@ -6,7 +6,7 @@ class Directory
|
||||
constructor: (@path) ->
|
||||
|
||||
getName: ->
|
||||
fs.base(@path)
|
||||
fs.base(@path) + '/'
|
||||
|
||||
getEntries: ->
|
||||
directories = []
|
||||
|
||||
Reference in New Issue
Block a user