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

This commit is contained in:
Book Pauk
2020-05-21 04:04:57 +07:00
parent 4ff096014c
commit 8ab6aed1aa

View File

@@ -131,7 +131,7 @@ class StdDialog extends Vue {
created() {
if (this.$root.addKeyHook) {
//this.$root.addKeyHook(this.keyHook);
this.$root.addKeyHook(this.keyHook);
}
}