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 7c11bae commit 6c196e2Copy full SHA for 6c196e2
packages/grid/src/vaadin-grid-drag-and-drop-mixin.js
@@ -248,7 +248,7 @@ export const DragAndDropMixin = (superClass) =>
248
let row = e.composedPath().find((node) => node.localName === 'tr');
249
250
// Update the horizontal scroll position property of the row being dragged over
251
- this.__updateRowScrollPositionProperty(row);
+ // this.__updateRowScrollPositionProperty(row);
252
253
if (!this._flatSize || this.dropMode === DropMode.ON_GRID) {
254
// The grid is empty or "on-grid" drop mode was used, always default to "empty"
0 commit comments