Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alignoth/alignoth
/ DOMMouseScroll
Method
DOMMouseScroll
resources/vega.min.js:14398–14400 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
14396
return
this._canvas.getContext(
"2d"
);
14397
}
14398
DOMMouseScroll(t) {
14399
this.fire(wv, t);
14400
}
14401
pointerdown(t) {
14402
((this._down = this._active), this.fire(dv, t));
14403
}
Callers
nothing calls this directly
Calls
1
fire
Method · 0.95
Tested by
no test coverage detected