Ticket #9580: dragdrop-quiet-scroll.js.patch
| File dragdrop-quiet-scroll.js.patch, 509 bytes (added by xmedeko, 10 months ago) |
|---|
-
dragdrop.js
old new 528 528 this.options.scroll.scrollTop += this.scrollSpeed[1] * delta / 1000; 529 529 } 530 530 531 if(!this.options.quiet){ 531 532 Position.prepare(); 532 533 Droppables.show(Draggables._lastPointer, this.element); 534 } 533 535 Draggables.notify('onDrag', this); 534 536 if (this._isScrollChild) { 535 537 Draggables._lastScrollPointer = Draggables._lastScrollPointer || $A(Draggables._lastPointer);