Improve progress bar rendering while dragging

This commit is contained in:
schroda
2024-12-28 02:00:13 +01:00
parent 347c88f240
commit 0c6872edb3
4 changed files with 12 additions and 5 deletions

View File

@@ -190,6 +190,7 @@ const BaseReaderProgressBar = ({
page.secondary ? pageLoadStates[page.secondary.index].loaded : undefined
}
createProgressBarSlot={createProgressBarSlot}
showDraggingStyle={pagesIndex === currentPagesIndex && isDragging}
/>
))}
<ProgressBarHighlightReadPages