From ae43ef49f499f03421b57096e6bd20e10a7bc87e Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 6 Apr 2021 06:11:57 +1200 Subject: [PATCH] Limit error noty --- html/src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/src/app.js b/html/src/app.js index f780e292..79a7e844 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -511,6 +511,7 @@ speechSynthesis.getVoices(); // FIXME : extra를 없애줘 API.$throw = function (code, error, extra) { + Noty.closeAll(); var text = []; if (code > 0) { var status = this.statusCodes[code];