Closed borisgoro closed 8 months ago
Thank you, it should be fixed in the next version: https://github.com/SortableJS/Sortable/commit/41ff81f4aa3bc0d71c6f90a5b8972d016abbe1d7
Expando will be available in Sortable.utils
and the src of Sortable can be imported directly from the npm package
Thank you!
I want to write a SortableJS plugin that gets mounted to a
Sortable
instance from thesortablejs
package:However, looking at the shipped plugins, it looks like they depend on unexported symbols imported directly from the source code. For example
MultiDrag.js
importsexpando
from../../src/utils.js
.Can I write a plugin without referencing
sortablejs
source code?