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 cf47401 commit 834fee5Copy full SHA for 834fee5
src/keyboard_drag_strategy.ts
@@ -92,8 +92,8 @@ export class KeyboardDragStrategy extends dragging.BlockDragStrategy {
92
93
/**
94
* Get the nearest valid candidate connection, regardless of direction.
95
- * TODO: This is almost exactly the same as getConnectionCandidate in
96
- * block_drag_strategy, except for the start value of radius. Combine them.
+ * TODO(github.com/google/blockly/issues/8869): Replace with an
+ * override of `getSearchRadius` when implemented in core.
97
*
98
* @param localConns The list of connections on the dragging block(s) that are
99
* available to connect to.
0 commit comments