mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-19 13:53:24 +02:00
feat: Navigate event propagation, videoplayer navigation and ui, container selection debugger
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
} else if (detail.options.direction === 'left') {
|
||||
if (onPrevious()) detail.preventNavigation();
|
||||
} else if (detail.options.direction === 'up') {
|
||||
Selectable.giveFocus('left', true);
|
||||
Selectable.giveFocus('left', false);
|
||||
detail.preventNavigation();
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user