1
0
Fork 0
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:
Michael Hollister 2025-07-18 13:51:58 -05:00
parent bf0808bcb0
commit b08c3dab95

View file

@ -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) {