We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0e10f commit 26a67b8Copy full SHA for 26a67b8
1 file changed
src/SpatialNavigation.ts
@@ -1227,7 +1227,7 @@ class SpatialNavigationService {
1227
* If for some reason this component was already focused before it was added, call the update
1228
*/
1229
if (focusKey === this.focusKey) {
1230
- this.setFocus(focusKey);
+ this.setFocus(preferredChildFocusKey || focusKey);
1231
}
1232
1233
/**
0 commit comments