Skip to content

Commit ee248e9

Browse files
ert78gbmondalaci
authored andcommitted
fix(keymap): Fix 'Capture keystroke' button in FF (#375)
Close #374
1 parent eac588c commit ee248e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/components/popover/tab/keypress/keypress-tab.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[width]="200"
88
[options]="options"
99
></select2>
10-
<capture-keystroke-button (capture)="onKeysCapture($event)"></capture-keystroke-button>
10+
<capture-keystroke-button (capture)="onKeysCapture($event)" tabindex="0"></capture-keystroke-button>
1111
</div>
1212
<div class="modifier-options">
1313
<b class="setting-label">Modifiers:</b>

0 commit comments

Comments
 (0)