mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Tree.reload()
This commit is contained in:
@@ -40,6 +40,9 @@ class Tree extends Extension
|
||||
shutdown: ->
|
||||
@unwatchDir dir for dir in @shownDirs()
|
||||
|
||||
reload: ->
|
||||
@pane.reload()
|
||||
|
||||
shownDirStorageKey: ->
|
||||
@.constructor.name + ":" + window.path + ":shownDirs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user