You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/jquery.ui.droppable.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -212,11 +212,11 @@ $.ui.ddmanager = {
212
212
for(varj=0;j<list.length;j++){if(list[j]==m[i].element[0]){m[i].proportions.height=0;continue droppablesLoop;}};//Filter out elements in the current dragged item
213
213
m[i].visible=m[i].element.css("display")!="none";if(!m[i].visible)continue;//If the element is not visible, continue
214
214
215
+
if(type=="mousedown")m[i]._activate.call(m[i],event);//Activate the droppable if used directly from draggables
0 commit comments