mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
fix: TV Back button not working and choppy sidebar animations
This commit is contained in:
@@ -714,7 +714,7 @@ export function handleKeyboardNavigation(event: KeyboardEvent) {
|
||||
else {
|
||||
currentlyFocusedObject.select();
|
||||
}
|
||||
} else if (event.key === 'Back') {
|
||||
} else if (event.key === 'Back' || event.key === 'XF86Back') {
|
||||
} else if (event.key === 'MediaPlayPause') {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user