Explorar el Código

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

Book Pauk hace 5 años
padre
commit
8ab6aed1aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
         }
     }