Skip to content

Commit

Permalink
feat: clear search results when applying tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Nov 20, 2021
1 parent d479e85 commit 55d16a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/pages/posts/navigation/search/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,8 @@ export default {
emitSubmitActiveTags() {
this.$emit('submit-active-tags', this.search.activeTags)
this.emitResetSearchResults()
this.toggleSearchMenu()
},
// #endregion
Expand Down

0 comments on commit 55d16a8

Please sign in to comment.