Skip to content

Commit 0fced7c

Browse files
committed
Merge branch 'master' of github.com:knopp/flutter_reorderable_list
2 parents 883e2fb + d5686e9 commit 0fced7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class Item extends StatelessWidget {
185185
color: placeholder ? null : Colors.white);
186186
}
187187

188-
// For iOS dragging mdoe, there will be drag handle on the right that triggers
188+
// For iOS dragging mode, there will be drag handle on the right that triggers
189189
// reordering; For android mode it will be just an empty container
190190
Widget dragHandle = draggingMode == DraggingMode.iOS
191191
? ReorderableListener(

0 commit comments

Comments
 (0)