File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3616,6 +3616,10 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
3616
3616
}
3617
3617
} ) ;
3618
3618
3619
+ /* this.overlayService.closing.pipe(filter(() => !this._init), destructor).subscribe((event) => {
3620
+ console.log(event);
3621
+ }); */
3622
+
3619
3623
this . overlayService . closed . pipe ( filter ( ( ) => ! this . _init ) , destructor ) . subscribe ( ( event ) => {
3620
3624
if ( this . _advancedFilteringOverlayId === event . id ) {
3621
3625
this . overlayService . detach ( this . _advancedFilteringOverlayId ) ;
@@ -7611,8 +7615,9 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
7611
7615
} ) ;
7612
7616
} ) ;
7613
7617
} ) ;
7614
-
7615
- this . hideOverlays ( ) ;
7618
+ if ( ! this . navigation . isColumnFullyVisible ( this . navigation . lastColumnIndex ) ) {
7619
+ this . hideOverlays ( ) ;
7620
+ }
7616
7621
const args : IGridScrollEventArgs = { direction : 'horizontal' , event, scrollPosition : this . headerContainer . scrollPosition } ;
7617
7622
this . gridScroll . emit ( args ) ;
7618
7623
}
You can’t perform that action at this time.
0 commit comments