Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
startBecauseMouseMoved
Function · 0.70
Calls
2
getParent
Function · 0.85
drop
Function · 0.70
Tested by
no test coverage detected