diff --git a/src/components/TorrentList.vue b/src/components/TorrentList.vue index 959ebf6..d9acbfe 100644 --- a/src/components/TorrentList.vue +++ b/src/components/TorrentList.vue @@ -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)