Skip to content

Commit ccf64ca

Browse files
authored
Merge pull request #278 from wysha-object/fix-play
fix: not properly marked wrong
2 parents 1ea1701 + e79d2a9 commit ccf64ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/components/word/TypeWord.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ const isCollect = $computed(() => isWordCollect(props.word))
746746
:title="`发音(${settingStore.shortcutKeyMap[ShortcutKey.PlayWordPronunciation]})`"
747747
ref="volumeIconRef"
748748
:simple="true"
749-
:cb="() => playWordAudio(word.word)"
749+
:cb="() => play()"
750750
/>
751751
</div>
752752

0 commit comments

Comments
 (0)