mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix(champions): re-apply current filters on most played check
This commit is contained in:
parent
5c79f04563
commit
3d4c969ea0
1 changed files with 6 additions and 0 deletions
|
|
@ -233,6 +233,12 @@ export default {
|
||||||
watch: {
|
watch: {
|
||||||
champions() {
|
champions() {
|
||||||
this.updateChampionsList()
|
this.updateChampionsList()
|
||||||
|
},
|
||||||
|
|
||||||
|
onlyMostPlayed() {
|
||||||
|
// Re-apply the current sorting
|
||||||
|
this.order *= -1
|
||||||
|
this.sortBy(this.sortProps)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue