mirror of
https://github.com/google/blockly.git
synced 2026-04-27 07:30:21 +02:00
fix: Improve accuracy of block navigability detection (#9725)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user