Browse Source

Поправлен баг

Book Pauk 5 years ago
parent
commit
8ab6aed1aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/share/StdDialog.vue

+ 1 - 1
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);
         }
     }