fix(keymap): Don't show keymap description in the key action popover (#572)

This commit is contained in:
Róbert Kiss
2018-01-29 23:40:41 +01:00
committed by László Monda
parent 6358528438
commit 662ca0152f
3 changed files with 4 additions and 1 deletions
@@ -8,6 +8,7 @@
[selected]="selectedKey?.layerId === index"
[keyboardLayout]="keyboardLayout"
[description]="description"
[showDescription]="true"
(keyClick)="keyClick.emit($event)"
(keyHover)="keyHover.emit($event)"
(capture)="capture.emit($event)"

Before

Width:  |  Height:  |  Size: 770 B

After

Width:  |  Height:  |  Size: 809 B