Fixed bug where the toggle state was out of sync

This commit is contained in:
2019-10-04 00:33:12 +02:00
parent f39560e041
commit 2e8795a317

View File

@@ -255,6 +255,7 @@ export default {
},
fetchTorrents(query=undefined){
this.listLoaded = false;
this.editSearchQuery = false;
console.log('query: ', query || this.query)
searchTorrents(query || this.query, 'all', this.currentPage, storage.token)