Skip to content

Commit 955266b

Browse files
Steven Luscherscottgonzalez
Steven Luscher
authored andcommitted
Draggable: Clarify that only descendants can be used as handles.
1 parent 64070f2 commit 955266b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/draggable.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<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>
7474
</option>
7575
<option name="handle" default="false" example-value='"h2"'>
76-
<desc>If specified, restricts dragging from starting unless the mousedown occurs on the specified element(s).</desc>
76+
<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>
7777
<type name="Selector"/>
7878
<type name="Element"/>
7979
</option>

0 commit comments

Comments
 (0)