fix(webui): clear selection when reloading search results

This commit is contained in:
Gauthier Roebroeck 2020-06-29 22:05:22 +08:00
parent 472ff1e20c
commit 7d808c5dee

View file

@ -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,