mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix: Transaction Pagination Scroll Top
This commit is contained in:
parent
fd228a3942
commit
4f3a6fa7b8
@ -149,10 +149,12 @@ export default {
|
|||||||
showNext() {
|
showNext() {
|
||||||
this.currentPage++
|
this.currentPage++
|
||||||
this.updateTransactions()
|
this.updateTransactions()
|
||||||
|
window.scrollTo(0, 0)
|
||||||
},
|
},
|
||||||
showPrevious() {
|
showPrevious() {
|
||||||
this.currentPage--
|
this.currentPage--
|
||||||
this.updateTransactions()
|
this.updateTransactions()
|
||||||
|
window.scrollTo(0, 0)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user