MCPcopy
hub / github.com/bevacqua/dragula / end

Function end

dragula.js:222–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 function end () {
223 if (!drake.dragging) {
224 return;
225 }
226 var item = _copy || _item;
227 drop(item, getParent(item));
228 }
229
230 function ungrab () {
231 _grabbed = false;

Callers 1

startBecauseMouseMovedFunction · 0.70

Calls 2

getParentFunction · 0.85
dropFunction · 0.70

Tested by

no test coverage detected