From e8b7b2e4dc0d0a525d17278746f2e9966e96df4f Mon Sep 17 00:00:00 2001 From: AAAzsf <1536850375@qq.com> Date: Mon, 6 Jun 2022 15:54:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86bug407=EF=BC=9A?= =?UTF-8?q?=E5=88=92=E8=AF=8D=E6=9C=97=E8=AF=BB=E6=97=B6=EF=BC=8C=E4=BC=9A?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E4=B9=8B=E5=89=8D=E7=9A=84=E6=9C=97=E8=AF=BB?= =?UTF-8?q?=EF=BC=8C=E7=9B=B4=E6=8E=A5=E9=87=8D=E6=96=B0=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E5=88=92=E8=AF=8D=E6=9C=97=E8=AF=BB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/js/fillword.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/js/fillword.js b/app/static/js/fillword.js index 3e3fbd9..b573fcf 100644 --- a/app/static/js/fillword.js +++ b/app/static/js/fillword.js @@ -15,6 +15,7 @@ function fillinWord(){ } document.getElementById("text-content").addEventListener("click", fillinWord, false); function read(s){ + reader.cancel(); var msg = new SpeechSynthesisUtterance(s); reader.speak(msg); }