From 64536cd49ba26f63a10dd3a4f63b881aec62ae64 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 9 Jul 2026 12:48:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=89=8D=E7=AB=AF=E7=95=8C=E9=9D=A2):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=89=8D=E7=AB=AF=E7=95=8C=E9=9D=A2=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/webui/ofdgo.js | 1 + 1 file changed, 1 insertion(+) 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); } }