Fixed bug where the toggle state was out of sync
This commit is contained in:
@@ -255,6 +255,7 @@ export default {
|
|||||||
},
|
},
|
||||||
fetchTorrents(query=undefined){
|
fetchTorrents(query=undefined){
|
||||||
this.listLoaded = false;
|
this.listLoaded = false;
|
||||||
|
this.editSearchQuery = false;
|
||||||
|
|
||||||
console.log('query: ', query || this.query)
|
console.log('query: ', query || this.query)
|
||||||
searchTorrents(query || this.query, 'all', this.currentPage, storage.token)
|
searchTorrents(query || this.query, 'all', this.currentPage, storage.token)
|
||||||
|
|||||||
Reference in New Issue
Block a user