()
| 1656 | |
| 1657 | // Capture animation state |
| 1658 | function capture() { |
| 1659 | dragOverEvent('dragOverAnimationCapture'); |
| 1660 | _this.captureAnimationState(); |
| 1661 | if (_this !== fromSortable) { |
| 1662 | fromSortable.captureAnimationState(); |
| 1663 | } |
| 1664 | } |
| 1665 | |
| 1666 | // Return invocation when dragEl is inserted (or completed) |
| 1667 | function completed(insertion) { |
no test coverage detected
searching dependent graphs…