Skip to content

Commit 834fee5

Browse files
chore: update todo with issue
1 parent cf47401 commit 834fee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/keyboard_drag_strategy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ export class KeyboardDragStrategy extends dragging.BlockDragStrategy {
9292

9393
/**
9494
* 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.
95+
* TODO(github.com/google/blockly/issues/8869): Replace with an
96+
* override of `getSearchRadius` when implemented in core.
9797
*
9898
* @param localConns The list of connections on the dragging block(s) that are
9999
* available to connect to.

0 commit comments

Comments
 (0)