mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-23 21:34:13 +03:00
fixed hotkey removal crashes
This commit is contained in:
parent
90149def0a
commit
657915b1fe
@ -17,7 +17,7 @@ export class MultiHotkeyInputComponent {
|
|||||||
private ngbModal: NgbModal,
|
private ngbModal: NgbModal,
|
||||||
) { }
|
) { }
|
||||||
|
|
||||||
ngOnInit (): void {
|
ngOnChanges (): void {
|
||||||
if (typeof this.model === 'string') {
|
if (typeof this.model === 'string') {
|
||||||
this.model = [this.model]
|
this.model = [this.model]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user