You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1478,7 +1478,7 @@ ReorderableColumn(
1478
1478
1479
1479
##### Passing `Modifier.draggableHandle` to a Child Composable
1480
1480
1481
-
Since `Modifier.draggableHandle` and `Modifier.longPressDraggableHandle` can only be used in `ReorderableScope`, you may need to pass `ReorderableScope` to a child composable. For example:
1481
+
Since `Modifier.draggableHandle` and `Modifier.longPressDraggableHandle` can only be used in `ReorderableListItemScope`, you may need to pass `ReorderableListItemScope` to a child composable. For example:
##### Passing `Modifier.draggableHandle` to a Child Composable
1658
1658
1659
-
Since `Modifier.draggableHandle` and `Modifier.longPressDraggableHandle` can only be used in `ReorderableScope`, you may need to pass `ReorderableScope` to a child composable. For example:
1659
+
Since `Modifier.draggableHandle` and `Modifier.longPressDraggableHandle` can only be used in `ReorderableListItemScope`, you may need to pass `ReorderableListItemScope` to a child composable. For example:
0 commit comments