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 a86068b commit 59d4e8aCopy full SHA for 59d4e8a
test/webdriverio/test/move_test.ts
@@ -692,7 +692,6 @@ function getConnectionCandidate(
692
const dragStrategy =
693
block.getDragStrategy() as Blockly.dragging.BlockDragStrategy;
694
if (!dragStrategy) throw new Error('no drag strategy');
695
- // @ts-expect-error connectionCandidate is private.
696
const candidate = dragStrategy.connectionCandidate;
697
if (!candidate) return null;
698
const neighbourBlock = candidate.neighbour.getSourceBlock();
0 commit comments