This commit is contained in:
Timo 2021-02-18 21:35:11 +02:00
parent bc3c0971fb
commit ba65946b0f

View File

@ -33,7 +33,7 @@ export class FilterComponent implements OnChanges {
mouseOver = true;
mouseOverTimeout: number;
atLeastOnFilterIsExpandable: boolean = false;
atLeastOnFilterIsExpandable = false;
constructor(public readonly appStateService: AppStateService, private readonly _changeDetectorRef: ChangeDetectorRef) {}