MCPcopy
hub / github.com/Lightricks/ComfyUI-LTXVideo / hideWidget

Function hideWidget

web/js/sparse_track_editor.js:77–83  ·  view source on GitHub ↗
(w)

Source from the content-addressed store, hash-verified

75}
76
77function hideWidget(w) {
78 if (!w) return;
79 w.hidden = true;
80 w._origComputeSize = w.computeSize;
81 w.computeSize = () => [0, -3.3];
82 w.computedHeight = 0;
83}
84
85function closestSegment(pts, p) {
86 let best = Infinity;

Callers 1

initEditorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected