Skip to content

Commit 59606e4

Browse files
committed
fix flashcard action tag for speech recognition
1 parent 311d1f1 commit 59606e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/deck/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export default {
165165
return this.setting["cardTagSelected"].length == 0;
166166
},
167167
checkNoActionTag() {
168-
return !["mouseover", "select", "shortcutkey"].some((i) =>
168+
return !["mouseover", "select", "shortcutkey", "listen"].some((i) =>
169169
this.setting["cardTagSelected"].includes(i)
170170
);
171171
},

0 commit comments

Comments
 (0)