Skip to content

Commit 68b3aef

Browse files
committed
docs: add release notes for inspector keyboard navigation fixes (#9810)
1 parent 45c2a19 commit 68b3aef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ TODO: Remove this section if there are not any updates.
2121

2222
- Deleted the option to use the legacy inspector.
2323
[#9782](https://github.com/flutter/devtools/pull/9782)
24+
- Fixed an issue where navigating the Inspector widget tree with the keyboard arrow keys did not update the selected widget in the connected Flutter app. [#9810](https://github.com/flutter/devtools/pull/9810)
25+
- Fixed an issue where clicking a widget row after collapsing a subtree with the left arrow key unexpectedly re-expanded the subtree. [#9810](https://github.com/flutter/devtools/pull/9810)
26+
- Fixed an issue where collapsing the Inspector widget tree to a single row with the left arrow key caused a loading spinner to appear instead of showing the root node. [#9810](https://github.com/flutter/devtools/pull/9810)
2427

2528
## Performance updates
2629

0 commit comments

Comments
 (0)