-
-
Notifications
You must be signed in to change notification settings - Fork 619
Focus Incorrect After Filter Toggle #1785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
1 task
alex-courtis
added a commit
that referenced
this issue
Jan 1, 2023
Akmadan23
added a commit
to Akmadan23/nvim-tree.lua
that referenced
this issue
May 13, 2023
Akmadan23
added a commit
to Akmadan23/nvim-tree.lua
that referenced
this issue
May 14, 2023
alex-courtis
added a commit
that referenced
this issue
May 27, 2023
* feat(live-filter): focus selected node after clear * fix(#1785): retain focused node on filter toggle * fix(#1785): apply requested changes * fix(live-filter): focus last focused node when cleared on prompt * refactor: store last focused node in `view` module * refactor: store last focused node in view module --------- Co-authored-by: Alexander Courtis <alex@courtis.org>
This was referenced Jun 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
After toggling a filter the current line is unchanged, which can change selected file.
Neovim version
Operating system and version
Linux 6.0.10-arch2-1
nvim-tree version
829e9f6
Minimal config
Steps to reproduce
open nvim-tree.lua
open doc
move cursor to
CONTRIBUTING.md
I
Expected behavior
cursor at
CONTRIBUTING.md
Actual behavior
cursor at
.stylua.toml
The text was updated successfully, but these errors were encountered: