()
| 3356 | }); |
| 3357 | } |
| 3358 | function removeMultiDragElements() { |
| 3359 | multiDragElements.forEach(function (multiDragElement) { |
| 3360 | if (multiDragElement === dragEl$1) return; |
| 3361 | multiDragElement.parentNode && multiDragElement.parentNode.removeChild(multiDragElement); |
| 3362 | }); |
| 3363 | } |
| 3364 | |
| 3365 | Sortable.mount(new AutoScrollPlugin()); |
| 3366 | Sortable.mount(Remove, Revert); |
no outgoing calls
no test coverage detected
searching dependent graphs…