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
I added an extra bit to the log.error output to get the id that caused the error (seen below inside of the [...] charcters) in the result of the debounce call, which gets printed out as follows:
and each time that I open the tree, I get the invalid window ID number increases by one. Along with this, focusing the current file (,ef for me) can be seen working for a split second, but then the entire tree gets collapsed. Doing a bit of bisecting:
751ee6b4e840d36915ab5ac7234e848aa45db1ac: works
4787b637895fccfedb813c9bf8926453f187c2e8: borked
See below:
neo-tree-focus-broken.mp4
The text was updated successfully, but these errors were encountered:
It turns out the call to state.position.save was failing, which seems to indicate the window was being lost in between the is_valid check and trying to get the cursor position, which is surprising to me.
Perhaps the larger issue that I still need to figure out is: navigate fires twice in a row for one action, and it's only the second call that has the error. I need to find and squash that redundant second call.
It seems that the reveal file action is still broken for me (note the first time I open it in the above screen cast how it does not focus the current file). Should I open up another issue for that @cseickel or is:
Perhaps the larger issue that I still need to figure out is: navigate fires twice in a row for one action, and it's only the second call that has the error. I need to find and squash that redundant second call.
Uh oh!
There was an error while loading. Please reload this page.
I added an extra bit to the
log.error
output to get theid
that caused the error (seen below inside of the[...]
charcters) in the result of thedebounce
call, which gets printed out as follows:and each time that I open the tree, I get the invalid window ID number increases by one. Along with this, focusing the current file (
,ef
for me) can be seen working for a split second, but then the entire tree gets collapsed. Doing a bit of bisecting:751ee6b4e840d36915ab5ac7234e848aa45db1ac
: works4787b637895fccfedb813c9bf8926453f187c2e8
: borkedSee below:
neo-tree-focus-broken.mp4
The text was updated successfully, but these errors were encountered: