Add:Save progress for comics #1829

This commit is contained in:
advplyr 2023-06-07 16:14:48 -05:00
parent 2f04d34bce
commit 8f42153bee
2 changed files with 50 additions and 11 deletions

View file

@ -130,7 +130,7 @@ export default {
})
},
loadedEvt() {
if (this.savedPage && this.savedPage > 0 && this.savedPage <= this.numPages) {
if (this.savedPage > 0 && this.savedPage <= this.numPages) {
this.page = this.savedPage
}
},