MCPcopy Create free account
hub / github.com/unconed/TermKit / focus

Function focus

HTML/tokenfield/selection.js:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23 // Focus/end of the selection.
24 get focus() { return this._focus; },
25 set focus(point) {
26 this._focus.token = point.token || this._anchor.token;
27 this._focus.offset = point.offset || this._anchor.offset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected