Skip to content

Commit

Permalink
fix flashcard action tag for speech recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
ttop32 committed Apr 21, 2024
1 parent 311d1f1 commit 59606e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/deck/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default {
return this.setting["cardTagSelected"].length == 0;
},
checkNoActionTag() {
return !["mouseover", "select", "shortcutkey"].some((i) =>
return !["mouseover", "select", "shortcutkey", "listen"].some((i) =>
this.setting["cardTagSelected"].includes(i)
);
},
Expand Down

0 comments on commit 59606e4

Please sign in to comment.