Добавил логику деактивации кнопок

This commit is contained in:
Book Pauk
2019-01-28 06:27:32 +07:00
parent 99fb7c0ac6
commit f59ea660ce
2 changed files with 85 additions and 24 deletions

View File

@@ -632,8 +632,7 @@ class TextPage extends Vue {
case 'Enter':
case 'Backquote'://`
case 'KeyF':
if (this.fullScreenToggle)
this.fullScreenToggle();
this.$emit('full-screen-toogle');
break;
case 'Tab':
this.doToolBarToggle();