MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / enableImageDrag

Function enableImageDrag

libs/leaflet/leaflet-src.js:2612–2614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)

Callers 1

leaflet-src.jsFile · 0.85

Calls 1

offFunction · 0.70

Tested by

no test coverage detected