Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/viliusle/miniPaint
/ default_dragEnd
Method
default_dragEnd
src/js/core/base-tools.js:387–391 ·
view source on GitHub ↗
(event)
Source
from the content-addressed store, hash-verified
385
}
386
387
default_dragEnd(event) {
388
if
(config.TOOL.name != this.name)
389
return
;
390
this.mouseup(event);
391
}
392
393
shape_mousedown(e) {
394
var
mouse = this.get_mouse_info(e);
Callers
1
default_events
Method · 0.80
Calls
1
mouseup
Method · 0.45
Tested by
no test coverage detected