Update page "progress bar slot" styling based on load state
Regression 500ee42662
This commit is contained in:
@@ -169,7 +169,7 @@ const BaseReaderProgressBar = ({
|
||||
totalPages={pages.length}
|
||||
primaryPageLoadState={pageLoadStates[page.primary.index].loaded}
|
||||
secondaryPageLoadState={
|
||||
!!page.secondary && pageLoadStates[page.secondary.index].loaded
|
||||
page.secondary ? pageLoadStates[page.secondary.index].loaded : undefined
|
||||
}
|
||||
createProgressBarSlot={createProgressBarSlot}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user