Skip to content

Commit eaa6a61

Browse files
feat: support space for confirming a move (#403)
1 parent 466949a commit eaa6a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/move.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class MoveActions {
3636
name: 'Finish move',
3737
preconditionFn: (workspace) => this.mover.isMoving(workspace),
3838
callback: (workspace) => this.mover.finishMove(workspace),
39-
keyCodes: [KeyCodes.ENTER],
39+
keyCodes: [KeyCodes.ENTER, KeyCodes.SPACE],
4040
allowCollision: true,
4141
},
4242
{

0 commit comments

Comments
 (0)