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