fix: update nav thumb on setIndex call (thx @barisusakli)

isekai-main
Julian Lam 2 years ago
parent aeb94c32b9
commit 664bc5f54d

@ -446,6 +446,7 @@ define('navigator', ['forum/pagination', 'components', 'hooks', 'alerts'], funct
navigator.setIndex = (newIndex) => {
index = newIndex + 1;
navigator.updateTextAndProgressBar();
setThumbToIndex(index);
};
navigator.updateTextAndProgressBar = function () {

Loading…
Cancel
Save