-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tree: Adhere to the default behaviour of left/right key navigation.
Navigating left should: - Collapse the current hierarchy if the node is expanded. - Select the parent node if existent and the current node is a leaf or not expanded - Select the first root node otherwise. Navigating right should: - Expand the current node if it isn't a leaf. - Navigate to the first child if the current node is expanded. - Navigate to the next node otherwise (Darklaf addition) This fixes #228
- Loading branch information
Showing
1 changed file
with
63 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters