Skip to content

Commit 36cb3f7

Browse files
committed
Draggable demo: visual feedback - use draggable option stack selector. Fixed #5513 - Draggable/Stackable Demo broken and docs need to be updated
1 parent 7adf7a9 commit 36cb3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/draggable/visual-feedback.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
return $('<div class="ui-widget-header">I\'m a custom helper</div>');
2828
}
2929
});
30-
$("#set div").draggable({ stack: { group: '#set div', min: 1 } });
30+
$("#set div").draggable({ stack: '#set div' });
3131
});
3232
</script>
3333
</head>

0 commit comments

Comments
 (0)