Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entries/draggable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<desc>Snaps the dragging helper to a grid, every x and y pixels. The array must be of the form <code>[ x, y ]</code>.</desc>
</option>
<option name="handle" default="false" example-value='"h2"'>
<desc>If specified, restricts dragging from starting unless the mousedown occurs on the specified element(s).</desc>
<desc>If specified, restricts dragging from starting unless the mousedown occurs on the specified element(s). Only elements that descend from the draggable element are permitted.</desc>
<type name="Selector"/>
<type name="Element"/>
</option>
Expand Down