Remapping: Popover tabs initialization accordance with the key action
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<svg-keyboard [moduleConfig]="moduleConfig"
|
||||
(keyClick)="onKeyClick($event.moduleId, $event.keyId)">
|
||||
</svg-keyboard>
|
||||
<popover *ngIf="popoverEnabled" (cancel)="hidePopover()" (remap)="onRemap($event)"></popover>
|
||||
<popover *ngIf="popoverEnabled" [defaultKeyAction]="popoverInitKeyAction" (cancel)="hidePopover()" (remap)="onRemap($event)"></popover>
|
||||
|
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 263 B |
Reference in New Issue
Block a user