fix: Improve accuracy of block navigability detection (#9725)

This commit is contained in:
Aaron Dodson
2026-04-15 08:04:06 -07:00
committed by GitHub
parent 3b9ed58f71
commit dc2afe3527
+1 -1
View File
@@ -1926,7 +1926,7 @@ export class BlockSvg
}
}
if (this.workspace.getNavigator().getFirstChild(this)) {
if (this.workspace.getNavigator().getInNode(this)) {
hints.showBlockNavigationHint(this.workspace);
} else {
hints.showHelpHint(this.workspace);