Skip to content

Commit 8e3bd12

Browse files
authored
fix: Fix unexpected toast when committing a move with Space (#9920)
1 parent 1da146d commit 8e3bd12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/blockly/core/keyboard_nav/keyboard_mover.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export class KeyboardMover {
139139
KeyCodes.UP,
140140
KeyCodes.DOWN,
141141
KeyCodes.ENTER,
142+
KeyCodes.SPACE,
142143
KeyCodes.ESC,
143144
KeyCodes.M,
144145
].includes(

0 commit comments

Comments
 (0)