You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also back out some code from #6382 where we incorrectly try to restore the tree selection using the working set selection (current document) instead of the file tree. This fix alone would also fix the bug, but now that we have file watchers, the call to ProjectManager.refreshFileTree becomes obsolete.
Comment by couzteau Tuesday Jan 14, 2014 at 23:58 GMT
Since the code is just removing the call to refreshFileTree and placing the contents of the done handler of the removed call to be handled synchronously and immediately it all makes sense to me. No objections.
Monday Jan 13, 2014 at 22:14 GMT
Originally opened as adobe/brackets#6507
Fixes #6499.
Also back out some code from #6382 where we incorrectly try to restore the tree selection using the working set selection (current document) instead of the file tree. This fix alone would also fix the bug, but now that we have file watchers, the call to
ProjectManager.refreshFileTree
becomes obsolete.jasonsanjose included the following code: https://github.com/adobe/brackets/pull/6507/commits
The text was updated successfully, but these errors were encountered: