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 f3b70d1 commit 4a72f64Copy full SHA for 4a72f64
1 file changed
src/grid/ScrollManager.mjs
@@ -96,7 +96,7 @@ class ScrollManager extends Base {
96
97
me.gridContainer.headerToolbar.scrollLeft = scrollLeft;
98
99
- if (touches) {
+ if (touches && !me.gridContainer.headerToolbar.cls.includes('neo-is-dragging')) {
100
if (me.touchMoveOwner !== 'view') {
101
me.touchMoveOwner = 'container'
102
}
0 commit comments