Skip to content

Commit

Permalink
Keep keyword when keywordType changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ngekoding authored Dec 2, 2024
1 parent 14b9c76 commit 9a2675e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pages/quran/QuranSearchByAyah.vue
Original file line number Diff line number Diff line change
Expand Up @@ -353,13 +353,6 @@ export default {
fullMatchSearch(val) {
this.$store.dispatch("quran/setFullMatchSearch", val);
this.onSearch();
},
keywordType() {
if (!this.init) {
this.keyword = "";
this.keywordSearch = "";
this.onSearch();
}
}
},
computed: {
Expand Down

0 comments on commit 9a2675e

Please sign in to comment.