Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
77
function
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
85
function
closestSegment(pts, p) {
86
let
best = Infinity;
Callers
1
initEditor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected