Commit 3483274
authored
fix: scope passive block focus to keyboard navigation (#10063)
The passive-focus selector for blocks and connection paths lacked the
.blocklyKeyboardNavigation gate that the sibling field and icon selectors
in the same rule already have, so passive block outlines leaked into
mouse-only usage. It also never honored the dropdown/widget-div guard its
own comment promised. Scope it identically to the field/icon selectors.
Closes #100621 parent 26b6fad commit 3483274
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
574 | 580 | | |
575 | 581 | | |
576 | 582 | | |
| |||
0 commit comments