Skip to content

Commit

Permalink
expand the folder when added
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus authored and yann300 committed Jul 1, 2020
1 parent 097bdfc commit 50d9b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/files/file-explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ function fileExplorer (localRegistry, files, menuItems) {
if (!fileTree) return
fileTree = normalize(folderpath, fileTree)
self.treeView.updateNodeFromJSON(folderpath, fileTree, true)
self.treeview.expand(folderpath)
})
})
}
Expand Down

0 comments on commit 50d9b67

Please sign in to comment.