Skip to content

Commit f34c861

Browse files
committed
fix(types): removes MultiDrag and Swap exports from index
BREAKING CHANGE: it's apparent we're import sortablejs with all plugins mounted. We've had a few bugs come in that MultiDrag no longer exports because of version 1.12.x of sortablejs making an accidental breaking change. fix #179
1 parent 1664026 commit f34c861

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ export {
44
DOMRect,
55
GroupOptions,
66
MoveEvent,
7-
MultiDrag,
87
Options,
98
PullResult,
109
PutResult,
1110
SortableEvent,
1211
SortableOptions,
13-
Swap,
1412
Utils,
1513
} from "sortablejs";
1614
export { ReactSortable } from "./react-sortable";

0 commit comments

Comments
 (0)