Skip to content
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

Fix left arrow key not moving to parent item on collapsed TreeViewItem #636

Merged
merged 1 commit into from
Dec 1, 2022

Conversation

robkri
Copy link
Contributor

@robkri robkri commented Dec 1, 2022

When pressing the left arrow key on an already collapsed TreeViewItem the focus moves moves to the item's parent it it has one. If it has no parent nothing happens.

Fixes #632

Pre-launch Checklist

  • I have updated CHANGELOG.md with my changes
  • I have run "dart format ." on the project
  • I have added/updated relevant documentation

When pressing the left arrow key on an already collapsed TreeViewItem the focus moves moves to the item's parent it it has one. If it has no parent nothing happens.
@bdlukaa bdlukaa merged commit 2273483 into bdlukaa:master Dec 1, 2022
@robkri robkri deleted the leftarrow branch December 20, 2022 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Left arrow key doesn't work on collapsed TreeViewItem
2 participants