Skip to content

Commit 6c196e2

Browse files
committed
attempt to fix tests
1 parent 7c11bae commit 6c196e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grid/src/vaadin-grid-drag-and-drop-mixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export const DragAndDropMixin = (superClass) =>
248248
let row = e.composedPath().find((node) => node.localName === 'tr');
249249

250250
// Update the horizontal scroll position property of the row being dragged over
251-
this.__updateRowScrollPositionProperty(row);
251+
// this.__updateRowScrollPositionProperty(row);
252252

253253
if (!this._flatSize || this.dropMode === DropMode.ON_GRID) {
254254
// The grid is empty or "on-grid" drop mode was used, always default to "empty"

0 commit comments

Comments
 (0)