Skip to content

fix: Improve accuracy of block navigability detection#9725

Merged
gonfunko merged 1 commit intov13from
toasts
Apr 15, 2026
Merged

fix: Improve accuracy of block navigability detection#9725
gonfunko merged 1 commit intov13from
toasts

Conversation

@gonfunko
Copy link
Copy Markdown
Contributor

The basics

The details

Resolves

Fixes #9714

Proposed Changes

This PR uses getInNode() in place of getFirstChild() to correctly determine if a block has any navigable locations. getInNode() corresponds directly to the right arrow key, whereas getFirstChild() could return child nodes that were on subsequent rows and thus unreachable via right arrow, which the hint toast suggests using.

@gonfunko gonfunko requested a review from a team as a code owner April 13, 2026 22:07
@gonfunko gonfunko requested a review from mikeharv April 13, 2026 22:07
@github-actions github-actions bot added the PR: fix Fixes a bug label Apr 13, 2026
@gonfunko gonfunko merged commit dc2afe3 into v13 Apr 15, 2026
9 checks passed
@gonfunko gonfunko deleted the toasts branch April 15, 2026 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: fix Fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants