mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Minor changes, update changelog with latest contributions
This commit is contained in:
@@ -111,9 +111,7 @@ export class KeybindingsState extends TextualGameState {
|
||||
|
||||
if (
|
||||
// Enter
|
||||
keyCode === 13 ||
|
||||
// TAB
|
||||
keyCode === 9
|
||||
keyCode === 13
|
||||
) {
|
||||
// Ignore builtins
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user