postcasio / tree-view-open-files

Atom package to show open files in a list above the tree view. (like Sublime Text)
MIT License
27 stars 20 forks source link

Fix open files visibility after toggling tree-view #30

Open Alexeenco opened 8 years ago

Alexeenco commented 8 years ago

This simply reverses which commands are run as the result of the treeView visibility 'if' condition. Fixes #27.

jronallo commented 8 years ago

This fixes https://github.com/postcasio/tree-view-open-files/issues/27 for me.