Skip to content

Commit b162b00

Browse files
fix: native mode not updated focused state (#154)
1 parent ad43f01 commit b162b00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SpatialNavigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ class SpatialNavigationService {
16131613
// Cancel any pending auto-restore focus calls if we are setting focus manually
16141614
this.setFocusDebounced.cancel();
16151615

1616-
if (!this.enabled || this.nativeMode) {
1616+
if (!this.enabled) {
16171617
return;
16181618
}
16191619

0 commit comments

Comments
 (0)