()
| 2610 | // @function enableImageDrag() |
| 2611 | // Cancels the effects of a previous [`L.DomUtil.disableImageDrag`](#domutil-disabletextselection). |
| 2612 | function enableImageDrag() { |
| 2613 | off(window, 'dragstart', preventDefault); |
| 2614 | } |
| 2615 | |
| 2616 | var _outlineElement, _outlineStyle; |
| 2617 | // @function preventOutline(el: HTMLElement) |