Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit 8b5eb90

Browse files
Fix connection passive focus
1 parent 7be14e4 commit 8b5eb90

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
stroke-dasharray: 5px 3px;
115115
stroke-width: var(--blockly-selection-width);
116116
}
117+
.blocklyPassiveFocus.blocklyHighlightedConnectionPath {
118+
/* The connection path is being unexpectedly hidden in core */
119+
display: unset !important;
120+
}
117121

118122
/* Toolbox and flyout. */
119123
.blocklyFlyout:has(.blocklyActiveFocus),

0 commit comments

Comments
 (0)