Рефакторинг

This commit is contained in:
Book Pauk
2020-03-19 19:09:39 +07:00
parent b308dd58cc
commit e1b85e4a1b
6 changed files with 11 additions and 18 deletions

View File

@@ -91,7 +91,7 @@ class CopyTextPage extends Vue {
close() {
this.stopInit = true;
this.$emit('copy-text-toggle');
this.$emit('do-action', {action: 'copyText'});
}
keyHook(event) {