Closed
Description
Description
There is some part of the opened/closed state of a folder that is being shared by trees in multiple tabs (though they are not visually in sync).
Neovim version
v0.9.1
Operating system and version
Pop!_OS
nvim-tree version
latest
Minimal config
If you're unable to reproduce let me know and I will provide a minimal config.
Steps to reproduce
To reproduce:
- Open two tabs, and open nvim-tree in both.
- In tab 1, expand folder xyz (pick a folder that exists for you).
- Go to tab 2 and try to expand the same folder, nothing happens. // bug
- Try again on tab 2 to expand that folder, and it expands.
- Close the folder on tab 2, it works.
- Go to tab 1 and try closing that folder, does not work the first time. // bug
- Try again in tab 1 to close the folder, it works.
The bug manifests in steps 3 & 6.
Expected behavior
No response
Actual behavior
No response