Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
project_panel: Fix entry not being marked when triggered via keyboard (…
…#25567) This is follow-up for #25457 If you open a project without any open buffer, focus on the project panel, navigate with arrows to a given entry, and hit space, you will mark and open the file in the buffer. This is all correct. If you then hit `escape` to clear the marked entries, nothing happens to the open buffer, and the marked styled in the project panel entry go away. This is all correct. The wrong behavior happens if you now hit space again on the active entry. That should mark it, and thus change its styles, but it doesn't happen. You just see it upon moving to a different entry with arrow up/down. Release Notes: - Fixed project panel entry not being marked when triggering open action via keyboard. Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
- Loading branch information