fix(keymap): Don't show keymap description in the key action popover (#572)
This commit is contained in:
committed by
László Monda
parent
6358528438
commit
662ca0152f
@@ -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 |
Reference in New Issue
Block a user