mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 11:01:03 +00:00
Fix slider focus stealing keyboard shortcuts after interaction
This commit is contained in:
@@ -671,7 +671,7 @@ export class InputHandler {
|
||||
}
|
||||
if (element.tagName === "INPUT") {
|
||||
const input = element as HTMLInputElement;
|
||||
if (input.id === "attack-ratio" && input.type === "range") {
|
||||
if (input.type === "range") {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user