MCPcopy Create free account
hub / github.com/alignoth/alignoth / globalCursor

Function globalCursor

resources/vega.min.js:29794–29803  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

29792 return qz(this, VB(this, t).values, e);
29793 },
29794 globalCursor(t) {
29795 if (arguments.length) {
29796 if (this._globalCursor !== !!t) {
29797 const e = GB(this, null);
29798 ((this._globalCursor = !!t), e && GB(this, e));
29799 }
29800 return this;
29801 }
29802 return this._globalCursor;
29803 },
29804 preventDefault(t) {
29805 return arguments.length
29806 ? ((this._preventDefault = t), this)

Callers

nothing calls this directly

Calls 1

GBFunction · 0.85

Tested by

no test coverage detected