diff --git a/assets/webui/ofdgo.js b/assets/webui/ofdgo.js index 24d9abb..e980615 100644 --- a/assets/webui/ofdgo.js +++ b/assets/webui/ofdgo.js @@ -1314,6 +1314,7 @@ function syncCurrentPageFromScroll() { const nextIndex = Number.parseInt(shell.dataset.pageIndex, 10); if (Number.isFinite(nextIndex) && nextIndex !== state.pageIndex) { setCurrentPage(nextIndex); + applyFit(false); queueNearbyPages(nextIndex); } }