mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Lint code
This commit is contained in:
@@ -70,7 +70,7 @@ export class KeyboardController implements InputController {
|
||||
this.stack.push(code);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
private keyup = (e: KeyboardEvent) => {
|
||||
let code = fixKeyCode(e.keyCode);
|
||||
|
||||
@@ -89,8 +89,8 @@ export class KeyboardController implements InputController {
|
||||
}
|
||||
|
||||
removeItem(this.stack, code);
|
||||
}
|
||||
};
|
||||
private blur = () => {
|
||||
this.manager.clear();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user