mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-30 13:57:00 +00:00
Electron: Remove change from another branch
This commit is contained in:
parent
bf0808bcb0
commit
b08c3dab95
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export function targetPlayerCtrlPostStateUpdate(event: PlayerControlEvent) {
|
|||
}
|
||||
}
|
||||
|
||||
export function targetKeyDownEventListener(event: KeyboardEvent): { handledCase: boolean, key: string } {
|
||||
export function targetKeyDownEventListener(event: KeyboardEvent) {
|
||||
let handledCase = false;
|
||||
|
||||
switch (event.code) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue