RED-5578 - select mode exit on focus/blur window/tab
This commit is contained in:
parent
df2f052a83
commit
f88914fbe8
@ -85,9 +85,12 @@ export class TableContentComponent<Class extends IListable<PrimaryKey>, PrimaryK
|
||||
this._multiSelectActive$.next(true);
|
||||
}
|
||||
|
||||
@HostListener('window:focus')
|
||||
@HostListener('window:blur')
|
||||
@HostListener('window:keyup.control')
|
||||
@HostListener('window:keyup.meta')
|
||||
private _disableMultiSelect() {
|
||||
this._multiSelectActive$.next(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user