diff --git a/tabby-settings/src/components/multiHotkeyInput.component.ts b/tabby-settings/src/components/multiHotkeyInput.component.ts index 194aa866..ece80e6c 100644 --- a/tabby-settings/src/components/multiHotkeyInput.component.ts +++ b/tabby-settings/src/components/multiHotkeyInput.component.ts @@ -17,7 +17,7 @@ export class MultiHotkeyInputComponent { private ngbModal: NgbModal, ) { } - ngOnInit (): void { + ngOnChanges (): void { if (typeof this.model === 'string') { this.model = [this.model] }