Sortable
Sortable copied to clipboard
Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
**Describe the bug** With MultiDrag activated and select multiple items which are not constant. Drop them randomly. The selected items will separat randomly. https://user-images.githubusercontent.com/49640561/163399423-6ff5a3b2-921e-4939-b604-bd3b6d938fd6.mp4 **To Reproduce** Steps to reproduce the...
**Describe the bug** With MultiDrag activated and using `selectedClass` and `ghostClass` with same class. At the end of the sort, the first item looses his `selectedClass` class, but it is...
Similar to Chrome or Firefox Bookmarks Toolbar. It keeps initial position of item during dragging, showing a line at the position when item is potentially dropped.
**Custom** I am making a simple kanban. I have a sortable declared on a UL. The first LI inside the UL is formatted as a header. I have multiple LI's...
**Is your feature request related to a problem? Please describe.** I am implementing a simple kanban. When dragging around the screen outside of a dropzone the not-allowed cursor (circle with...
Not sure if theres a way to do this now or if this is a feature request but I'm trying to use SortableJS inside a CSS Grid that uses "display:...
Please remove `_generateId()` to support `dataIdAttr` empty value or allow to do it by feature flag, ref: https://github.com/SortableJS/Sortable/blob/babf6ab85fdfc5e13be1027827cecfbba2fb0d1e/Sortable.js#L2383
I have 4 sortable container lists created with SortableJS for a Svelte application. 3 lists are in the same row and the final one is in the next row. I...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
:hover bug
Hi Konstantin there is a small bug, if the list element has hover effect this is strangely copied to the nearby elements when dragging starts. http://jsbin.com/lipatehubu/1/edit?css,js,output Thanks for this amazing...