mirror of
https://github.com/google/blockly.git
synced 2026-06-03 01:40:08 +02:00
fix: Reinstate "moving on workspace" announcements (#9904)
This commit is contained in:
@@ -536,8 +536,8 @@ export class BlockDragStrategy implements IDragStrategy {
|
||||
|
||||
if (!wasConnected) {
|
||||
this.workspace.getAudioManager().playErrorBeep();
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
this.announceMove();
|
||||
|
||||
Reference in New Issue
Block a user