We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38e758 commit e4ad0d9Copy full SHA for e4ad0d9
src/keyboard_drag_strategy.ts
@@ -54,6 +54,7 @@ export class KeyboardDragStrategy extends dragging.BlockDragStrategy {
54
this.allConnections.push(
55
...topBlock
56
.getDescendants(true)
57
+ .filter((block: BlockSvg) => !block.isShadow())
58
.flatMap((block: BlockSvg) => block.getConnections_(false))
59
.sort((a: RenderedConnection, b: RenderedConnection) => {
60
let delta = a.y - b.y;
0 commit comments