diff --git a/packages/uhk-web/src/app/components/svg/wrap/svg-keyboard-wrap.component.ts b/packages/uhk-web/src/app/components/svg/wrap/svg-keyboard-wrap.component.ts index e4663679..7b020409 100644 --- a/packages/uhk-web/src/app/components/svg/wrap/svg-keyboard-wrap.component.ts +++ b/packages/uhk-web/src/app/components/svg/wrap/svg-keyboard-wrap.component.ts @@ -131,7 +131,6 @@ export class SvgKeyboardWrapComponent implements OnInit, OnChanges { this.layers = this.keymap.layers; if (keymapChanges.isFirstChange() || keymapChanges.previousValue.abbreviation !== keymapChanges.currentValue.abbreviation) { - this.currentLayer = 0; this.keybindAnimationEnabled = keymapChanges.isFirstChange(); } else { this.keybindAnimationEnabled = true;