Добавлена возможность доступа по паролю
This commit is contained in:
@@ -148,8 +148,8 @@ class StdDialog {
|
||||
hotKeyCode = '';
|
||||
|
||||
created() {
|
||||
if (this.$root.addEventHook) {
|
||||
this.$root.addEventHook('key', this.keyHook);
|
||||
if (this.$root.addKeyHook) {
|
||||
this.$root.addKeyHook(this.keyHook);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user