Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

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  
    528528      this.options.scroll.scrollTop  += this.scrollSpeed[1] * delta / 1000; 
    529529    } 
    530530     
     531    if(!this.options.quiet){ 
    531532    Position.prepare(); 
    532533    Droppables.show(Draggables._lastPointer, this.element); 
     534        } 
    533535    Draggables.notify('onDrag', this); 
    534536    if (this._isScrollChild) { 
    535537      Draggables._lastScrollPointer = Draggables._lastScrollPointer || $A(Draggables._lastPointer);