Skip to content

Commit 8bf2e1e

Browse files
fix: Reinstate "moving on workspace" announcements (#9904)
1 parent a34d95d commit 8bf2e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/blockly/core/dragging/block_drag_strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ export class BlockDragStrategy implements IDragStrategy {
536536

537537
if (!wasConnected) {
538538
this.workspace.getAudioManager().playErrorBeep();
539+
return;
539540
}
540-
return;
541541
}
542542
}
543543
this.announceMove();

0 commit comments

Comments
 (0)