mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-21 16:25:11 +02:00
feat: Detached pages and fix navigation actions
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
function onPrevious() {
|
||||
if (showcaseIndex === 0) {
|
||||
Selectable.focusLeft();
|
||||
Selectable.giveFocus('left');
|
||||
} else {
|
||||
showcaseIndex = (showcaseIndex - 1 + showcaseLength) % showcaseLength;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user