Update KeyboardEvents.tsx

This commit is contained in:
Pas 2025-11-10 20:20:20 -07:00 committed by GitHub
parent 62772b6bd6
commit 0baa20ba7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,7 +178,7 @@ export function KeyboardEvents() {
if (evt.repeat) {
return;
}
// Skip if a button is targeted
if (
evt.target &&
@ -243,7 +243,7 @@ export function KeyboardEvents() {
if (evt.repeat) {
return;
}
// Skip if a button is targeted
if (
evt.target &&