Skip to content

Commit 8c4200e

Browse files
Update README to reflect changes.
1 parent f73cbc9 commit 8c4200e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import {
3535
useDragDropContext,
3636
createDraggable,
3737
createDroppable,
38-
transformStyle,
3938
} from "@thisbeyond/solid-dnd";
4039

4140
const Draggable = (props) => {
@@ -92,8 +91,9 @@ See more examples at https://solid-dnd.com
9291
that is removed from the normal flow.
9392
- [x] Support for different sensors to detect and manage dragging (pointer
9493
sensor provided by default).
95-
- [x] Layout collision detection algorithms (`mostIntersectingLayout` and
96-
`closestLayoutCenter`) for common usage. You can also add your own.
94+
- [x] Layout collision detection algorithms (`mostIntersecting`,
95+
`closestCorners` and `closestCenter`) for common usage. You can also add
96+
your own.
9797
- [x] Sortable list primitives for drag and drop list reordering (currently only
9898
vertical sorting supported).
9999
- [x] Use multiple (or nested) `DragDropProvider` for containers isolated from

0 commit comments

Comments
 (0)