Skip to content

Commit 536a118

Browse files
committed
Draggable: Removed answered TODO
1 parent a7cc9f8 commit 536a118

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/jquery.ui.draggable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ $.widget( "ui.draggable", {
7676
},
7777

7878
_handleScrolling: function( event ) {
79-
// TODO: what is expected behavior of absolute/fixed draggable inside a div having overflow:scroll?
8079
var scrollTop = this.scrollParent.scrollTop(),
8180
scrollLeft = this.scrollParent.scrollLeft();
8281

0 commit comments

Comments
 (0)