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 c7265cf commit 22deaddCopy full SHA for 22deadd
src/keyboard_drag_strategy.ts
@@ -140,8 +140,7 @@ export class KeyboardDragStrategy extends dragging.BlockDragStrategy {
140
draggingBlock: BlockSvg,
141
localConns: RenderedConnection[],
142
): ConnectionCandidate | null {
143
- // TODO(#385): Make sure this works for any cursor, not just LineCursor.
144
- const cursor = draggingBlock.workspace.getCursor() as LineCursor;
+ const cursor = draggingBlock.workspace.getCursor();
145
if (!cursor) return null;
146
147
// Helper function for traversal.
0 commit comments