diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructionPlayer.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructionPlayer.vue index 380bc7856..253f70cc7 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructionPlayer.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructionPlayer.vue @@ -78,9 +78,7 @@ export default defineComponent({ }, play() { const self = this; - if (this.utterance && this.playing) { - speechSynthesis.cancel(); - } + speechSynthesis.cancel(); const utterance = new SpeechSynthesisUtterance(this.step.text); utterance.onstart = (event) => {