()
| 3351 | }); |
| 3352 | } |
| 3353 | function removeMultiDragElements() { |
| 3354 | multiDragElements.forEach(function (multiDragElement) { |
| 3355 | if (multiDragElement === dragEl$1) return; |
| 3356 | multiDragElement.parentNode && multiDragElement.parentNode.removeChild(multiDragElement); |
| 3357 | }); |
| 3358 | } |
| 3359 | |
| 3360 | export default Sortable; |
| 3361 | export { AutoScrollPlugin as AutoScroll, MultiDragPlugin as MultiDrag, OnSpill, Sortable, SwapPlugin as Swap }; |
no outgoing calls
no test coverage detected
searching dependent graphs…