From c1d05d50b194b0efb2d6be15ea0bc8ba5defb446 Mon Sep 17 00:00:00 2001 From: Kenny Date: Mon, 27 Jun 2022 12:55:06 +1000 Subject: [PATCH] test --- frontend/src/ts/popups/custom-text-popup.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/ts/popups/custom-text-popup.ts b/frontend/src/ts/popups/custom-text-popup.ts index 84334d99e..9e14dd28d 100644 --- a/frontend/src/ts/popups/custom-text-popup.ts +++ b/frontend/src/ts/popups/custom-text-popup.ts @@ -214,5 +214,6 @@ $(document).on("keydown", (event) => { ) { hide(); event.preventDefault(); + console.log("first"); } });