File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
projects/igniteui-angular/src/lib/grids/filtering/excel-style Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ export class IgxExcelStyleCustomDialogComponent implements AfterViewInit {
130130 this . grid . rootGrid ? this . grid . rootGrid . nativeElement : this . grid . nativeElement :
131131 esf ;
132132 this . toggle . open ( this . _customDialogOverlaySettings ) ;
133+ this . overlayComponentId = this . toggle . overlayId ;
133134 }
134135
135136 public onClearButtonClick ( ) {
@@ -141,6 +142,7 @@ export class IgxExcelStyleCustomDialogComponent implements AfterViewInit {
141142 public closeDialog ( ) {
142143 if ( this . overlayComponentId ) {
143144 this . overlayService . hide ( this . overlayComponentId ) ;
145+ this . overlayComponentId = null ;
144146 } else {
145147 this . toggle . close ( ) ;
146148 }
You can’t perform that action at this time.
0 commit comments