mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 23:45:11 +01:00
parent
5c99f09b8b
commit
97cc3e043d
1 changed files with 2 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ export default Vue.extend({
|
|||
page(val) {
|
||||
this.updateRoute()
|
||||
this.goToPage = val
|
||||
this.markProgress(val)
|
||||
// this.markProgress(val)
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
|
|
@ -672,6 +672,7 @@ export default Vue.extend({
|
|||
},
|
||||
goTo(page: number) {
|
||||
this.page = page
|
||||
this.markProgress(page)
|
||||
},
|
||||
goToFirst() {
|
||||
this.goTo(1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue