File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ import {
3535 useDragDropContext ,
3636 createDraggable ,
3737 createDroppable ,
38- transformStyle ,
3938} from " @thisbeyond/solid-dnd" ;
4039
4140const 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
You can’t perform that action at this time.
0 commit comments