From d601cac6e697fbac43dde5621239af31e7809737 Mon Sep 17 00:00:00 2001 From: sej-dev Date: Tue, 28 Dec 2021 14:11:24 +0900 Subject: [PATCH] =?UTF-8?q?[#994]=20[3.0]=20EVUI=20>=20Window=20ESC=20?= =?UTF-8?q?=EB=88=84=EB=A5=B4=EB=A9=B4=20=EB=8B=AB=ED=9E=88=EA=B2=8C=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0=20###############=201.=20Window.vue=EC=97=90?= =?UTF-8?q?=20default=EA=B0=92=20false=EC=9D=B8=20escClose=20prop=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=202.=20uses.js=EC=97=90=20esc=20keydown=20?= =?UTF-8?q?=EC=9D=B4=EB=B2=A4=ED=8A=B8=20=EA=B4=80=EB=A6=AC=ED=95=98?= =?UTF-8?q?=EB=8A=94=20useEscKeydownEvent=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/window/Window.vue | 10 ++- src/components/window/uses.js | 132 ++++++++++++++++++++++++++++++- 2 files changed, 140 insertions(+), 2 deletions(-) diff --git a/src/components/window/Window.vue b/src/components/window/Window.vue index 64caebdf5..978b4029c 100644 --- a/src/components/window/Window.vue +++ b/src/components/window/Window.vue @@ -84,7 +84,7 @@