Skip to content

Commit 29e082a

Browse files
Fix connection passive focus
1 parent 92c9b39 commit 29e082a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)