mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Draggable: Removed answered TODO
This commit is contained in:
parent
a7cc9f8c1f
commit
536a11893a
1
ui/jquery.ui.draggable.js
vendored
1
ui/jquery.ui.draggable.js
vendored
@ -76,7 +76,6 @@ $.widget( "ui.draggable", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
_handleScrolling: function( event ) {
|
_handleScrolling: function( event ) {
|
||||||
// TODO: what is expected behavior of absolute/fixed draggable inside a div having overflow:scroll?
|
|
||||||
var scrollTop = this.scrollParent.scrollTop(),
|
var scrollTop = this.scrollParent.scrollTop(),
|
||||||
scrollLeft = this.scrollParent.scrollLeft();
|
scrollLeft = this.scrollParent.scrollLeft();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user