atom-autohide-tree-view
atom-autohide-tree-view copied to clipboard
folders sometimes close while tree hidden
Sometimes when the tree is revealed some folders that were open now are closed. I haven't tracked down when this happens. I also don't know how many versions this has happened on. For a long time I thought it was me but it go so annoying I paid attention and verified the problem. It's a show-stopper for now.
Hmm that's kind of weird... This package doesn't do a lot wrt opening and closing folders, except resizing the tree view... It certainly doesn't trigger a command to open/close. I can't say that I've noticed this behaviour. I'll keep an eye out, but please let me know if you find a way to reproduce this. Thanks!
Is it possible that you are typing while the tree view is still hiding, so the keys trigger on the tree view instead of the editor, causing folders to close? arrow-left and arrow-right keys open/close folders, maybe others do too?
There was a bug (as reported in #37) where the tree view would keep focus after opening a file and hiding. So after opening a file, keybindings would trigger on the tree view, possibly causing folders to close, among other unexpected behaviour. Can you confirm v0.23.3 fixes this issue?