mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
fixed hotkey removal crashes
This commit is contained in:
@@ -17,7 +17,7 @@ export class MultiHotkeyInputComponent {
|
||||
private ngbModal: NgbModal,
|
||||
) { }
|
||||
|
||||
ngOnInit (): void {
|
||||
ngOnChanges (): void {
|
||||
if (typeof this.model === 'string') {
|
||||
this.model = [this.model]
|
||||
}
|
||||
|
Reference in New Issue
Block a user