From a2249e8d07e3a80e3c8b9ae94115f0d0eab475e1 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 14 Oct 2022 19:50:56 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/share/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/share/utils.js b/client/share/utils.js index 44d1268..493af3f 100644 --- a/client/share/utils.js +++ b/client/share/utils.js @@ -54,7 +54,7 @@ export async function copyTextToClipboard(text) { await navigator.clipboard.writeText(text); result = true; } catch (e) { - // + console.error(e); } return result;