Skip to content

Commit 2d4d2cd

Browse files
committed
Droppable: greedy option description is a little clearer
1 parent a44e1e8 commit 2d4d2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/droppable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</option>
3232
<xi:include href="../includes/widget-option-disabled.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
3333
<option name="greedy" type="Boolean" default="false" example-value="true">
34-
<desc>By default, when an element is dropped on nested droppables, each droppable will receive the element. However, by setting this option to <code>true</code>, any parent droppables will not receive the element.</desc>
34+
<desc>By default, when an element is dropped on nested droppables, each droppable will receive the element. However, by setting this option to <code>true</code>, any parent droppables will not receive the element via the callback method. The <code>drop</code> event will still fire on parents, although the <code>e.target</code> will always be the child.</desc>
3535
</option>
3636
<option name="hoverClass" type="String" default="false" example-value='"drop-hover"'>
3737
<desc>If specified, the class will be added to the droppable while an acceptable draggable is being hovered over the droppable.</desc>

0 commit comments

Comments
 (0)