fix progress bar updating
This commit is contained in:
parent
1299615359
commit
cbb212cfbd
|
@ -258,6 +258,8 @@ function toggleViewMode() {
|
|||
moveReaderDisplayToPage(CURRENT_PAGE)
|
||||
IS_PAGE_MODE = true
|
||||
}
|
||||
|
||||
updateProgressBar()
|
||||
}
|
||||
|
||||
function moveReader(to_next) {
|
||||
|
|
Loading…
Reference in New Issue