Skip to content

Commit

Permalink
FLUID-6758: fix selection reading after paused page reading
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Dec 7, 2022
1 parent f968fa3 commit ebb0c86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/textToSpeech/js/TextToSpeech.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,6 @@ fluid.textToSpeech.cancel = function (that) {
}

that.invokeSpeechSynthesisFunc("cancel");
// clear any paused state.
that.invokeSpeechSynthesisFunc("resume");
};

/*********************************************************************************************
Expand Down

0 comments on commit ebb0c86

Please sign in to comment.