diff --git a/packages/uhk-web/src/app/components/svg/module/svg-module.component.html b/packages/uhk-web/src/app/components/svg/module/svg-module.component.html index 976d8430..6f30ea0f 100644 --- a/packages/uhk-web/src/app/components/svg/module/svg-module.component.html +++ b/packages/uhk-web/src/app/components/svg/module/svg-module.component.html @@ -7,7 +7,7 @@ [width]="key.width" [height]="key.height" [attr.transform]="'translate(' + key.x + ' ' + key.y + ')'" [attr.fill]="key.fill" - [attr.tabindex]="0" + tabindex="-1" [keyAction]="keyActions[i]" [active]="selected && i == selectedKey.keyId" [keybindAnimationEnabled]="keybindAnimationEnabled"