feat(前端界面): 避免加载过程中的横线滚动条
build.yaml / build (push) Successful in 37s

This commit is contained in:
2026-07-07 09:52:23 +08:00
parent 7fced50a34
commit 2fc360e048
+1 -1
View File
@@ -792,8 +792,8 @@ async function openDocument(options = {}) {
renderPageList(); renderPageList();
renderMeta(); renderMeta();
renderPageFlow(); renderPageFlow();
await nextFrame();
applyFit(false); applyFit(false);
await nextFrame();
await renderPage(pageIndex, { keepBusy: true, scroll: false, openSeq }); await renderPage(pageIndex, { keepBusy: true, scroll: false, openSeq });
queueNearbyPages(pageIndex, openSeq); queueNearbyPages(pageIndex, openSeq);
} catch (err) { } catch (err) {