We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aae62e commit 9e69098Copy full SHA for 9e69098
packages/uhk-web/src/app/components/popover/tab/keypress/keypress-tab.component.ts
@@ -103,6 +103,8 @@ export class KeypressTabComponent extends Tab implements OnChanges {
103
// Restore secondaryRoleAction
104
if (keystrokeAction.secondaryRoleAction !== undefined) {
105
this.selectedSecondaryRoleIndex = this.mapper.modifierMapper(keystrokeAction.secondaryRoleAction);
106
+ } else {
107
+ this.selectedSecondaryRoleIndex = -1;
108
}
109
110
return true;
0 commit comments