From 8ab6aed1aa163fb851be459f78db1e82e3c63c0b Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 21 May 2020 04:04:57 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/share/StdDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/share/StdDialog.vue b/client/components/share/StdDialog.vue index 03ad16d8..c35f8453 100644 --- a/client/components/share/StdDialog.vue +++ b/client/components/share/StdDialog.vue @@ -131,7 +131,7 @@ class StdDialog extends Vue { created() { if (this.$root.addKeyHook) { - //this.$root.addKeyHook(this.keyHook); + this.$root.addKeyHook(this.keyHook); } }