fix progress bar updating

This commit is contained in:
Christian Aribaud 2023-04-17 21:03:31 +02:00
parent 1299615359
commit cbb212cfbd

View file

@ -258,6 +258,8 @@ function toggleViewMode() {
moveReaderDisplayToPage(CURRENT_PAGE)
IS_PAGE_MODE = true
}
updateProgressBar()
}
function moveReader(to_next) {