Skip to content

fix: Improve accuracy of block navigability detection#9725

Open
gonfunko wants to merge 1 commit intov13from
toasts
Open

fix: Improve accuracy of block navigability detection#9725
gonfunko wants to merge 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
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