Skip to content

Commit 925f302

Browse files
committed
Fix drag_start_mode not existing option
onDrag has been renamed onMove at some point.
1 parent bf3a8b4 commit 925f302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ of 1 means items snap from position to position without animation.
109109
a drag.
110110
+ "onDown": Drag starts when finger touches down
111111
on the drag handle.
112-
+ "onDrag": Drag starts when finger touches down on drag handle
112+
+ "onMove": Drag starts when finger touches down on drag handle
113113
and then drags (allows item clicks and long clicks).
114114
+ "onLongPress": Drag starts on drag handle long press (allows
115115
item clicks).

0 commit comments

Comments
 (0)