We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b368711 commit 7f94017Copy full SHA for 7f94017
1 file changed
public/index.js
@@ -307,17 +307,16 @@ recipeButtons.forEach((button) => {
307
308
console.log(speedBtn);
309
310
- speedBtn.addEventListener("input", () => {
311
- stopREeading();
312
- readRecipe(utterance.text.substring(currentChar));
+ // speedBtn.addEventListener("input", () => {
+ // stopREeading();
+ // readRecipe(utterance.text.substring(currentChar));
313
314
- console.log("speed has been incremented")
315
- })
316
-
317
- utterance.addEventListener("boundary", (e) => {
318
- currentChar = e.charIndex;
+ // console.log("speed has been incremented")
+ // })
319
320
+ // utterance.addEventListener("boundary", (e) => {
+ // currentChar = e.charIndex;
321
322
stopBtn.addEventListener("click", stopREeading);
323
0 commit comments