File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids/filtering/excel-style Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ export class IgxGridExcelStyleFilteringComponent implements OnDestroy {
348348 }
349349 }
350350
351- constructor ( private cdr : ChangeDetectorRef ) { }
351+ constructor ( private cdr : ChangeDetectorRef , private element : ElementRef ) { }
352352
353353 /**
354354 * @hidden @internal
@@ -517,7 +517,7 @@ export class IgxGridExcelStyleFilteringComponent implements OnDestroy {
517517 this . customDialog . selectedOperator = eventArgs . newSelection . value ;
518518 eventArgs . cancel = true ;
519519 if ( this . overlayComponentId ) {
520- this . mainDropdown . nativeElement . style . display = 'none' ;
520+ this . element . nativeElement . style . display = 'none' ;
521521 }
522522 this . subMenu . close ( ) ;
523523 this . customDialog . open ( this . mainDropdown . nativeElement ) ;
You can’t perform that action at this time.
0 commit comments