Expanded/collapsed state of directories is preserved when an ancestor is collapsed

This commit is contained in:
Nathan Sobo
2012-04-23 16:23:57 -06:00
parent 607dfb4987
commit ea6930af54
3 changed files with 56 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ class Directory
constructor: (@path) ->
getName: ->
fs.base(@path)
fs.base(@path) + '/'
getEntries: ->
directories = []