We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e80f9 commit a173357Copy full SHA for a173357
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -3616,10 +3616,6 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
3616
}
3617
});
3618
3619
-/* this.overlayService.closing.pipe(filter(() => !this._init), destructor).subscribe((event) => {
3620
- console.log(event);
3621
- }); */
3622
-
3623
this.overlayService.closed.pipe(filter(() => !this._init), destructor).subscribe((event) => {
3624
if (this._advancedFilteringOverlayId === event.id) {
3625
this.overlayService.detach(this._advancedFilteringOverlayId);
0 commit comments