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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Please replace your usage of bower with npm, yarn or a javascript package manage
41
41
- Smart auto-scrolling
42
42
- Advanced swap detection
43
43
- Smooth animations
44
-
-[Multi-drag](https://github.com/SortableJS/Sortable/tree/master/plugins/MultiDrag) support
44
+
-[Multi-drag](https://github.com/SortableJS/Sortable/tree/master/packages/plugins/multi-drag) support
45
45
- Support for CSS transforms
46
46
- Built using native HTML5 drag and drop API
47
47
- Supports
@@ -133,7 +133,7 @@ You can use any element for the list and its elements, not just `ul`/`li`. Here
133
133
134
134
### Options
135
135
136
-
Here we've summarised the options with their ~~default values~~ example values. More details available in the [docs/sortable-options](https://github.com/SortableJS/Sortable/tree/master/docs/sortable-options)
136
+
Here we've summarised the options with their ~~default values~~ example values. More details available in the [docs/sortable-options](https://github.com/SortableJS/Sortable/blob/master/docs/sortable-options.md)
137
137
138
138
```ts
139
139
var sortable =newSortable(el, {
@@ -435,13 +435,13 @@ Mounts a plugin to Sortable.
435
435
436
436
#### Extra Plugins (included in complete versions)
0 commit comments