()
| 3350 | }); |
| 3351 | } |
| 3352 | function removeMultiDragElements() { |
| 3353 | multiDragElements.forEach(function (multiDragElement) { |
| 3354 | if (multiDragElement === dragEl$1) return; |
| 3355 | multiDragElement.parentNode && multiDragElement.parentNode.removeChild(multiDragElement); |
| 3356 | }); |
| 3357 | } |
| 3358 | |
| 3359 | Sortable.mount(new AutoScrollPlugin()); |
| 3360 | Sortable.mount(Remove, Revert); |
no outgoing calls
no test coverage detected
searching dependent graphs…