fixed hotkey removal crashes

This commit is contained in:
Eugene Pankov
2021-07-24 16:03:48 +02:00
parent 90149def0a
commit 657915b1fe

View File

@@ -17,7 +17,7 @@ export class MultiHotkeyInputComponent {
private ngbModal: NgbModal,
) { }
ngOnInit (): void {
ngOnChanges (): void {
if (typeof this.model === 'string') {
this.model = [this.model]
}