Skip to content

Commit 844761d

Browse files
authored
Merge branch 'master' into typedoc-changes-master
2 parents 5bab964 + b415352 commit 844761d

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7611,8 +7611,9 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
76117611
});
76127612
});
76137613
});
7614-
7615-
this.hideOverlays();
7614+
if(!this.navigation.isColumnFullyVisible(this.navigation.lastColumnIndex)) {
7615+
this.hideOverlays();
7616+
}
76167617
const args: IGridScrollEventArgs = { direction: 'horizontal', event, scrollPosition: this.headerContainer.scrollPosition };
76177618
this.gridScroll.emit(args);
76187619
}

0 commit comments

Comments
 (0)