mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 00:13:30 +01:00
fix(webui): clear selection when reloading search results
This commit is contained in:
parent
472ff1e20c
commit
7d808c5dee
1 changed files with 2 additions and 0 deletions
|
|
@ -132,6 +132,8 @@ export default Vue.extend({
|
|||
'$route.query.q': {
|
||||
handler: function (val) {
|
||||
this.loadResults(val)
|
||||
this.selectedBooks = []
|
||||
this.selectedSeries = []
|
||||
},
|
||||
deep: true,
|
||||
immediate: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue