MCPcopy Create free account
hub / github.com/Lightricks/ComfyUI-LTXVideo / docClickHandler

Function docClickHandler

web/js/sparse_track_editor.js:555–559  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

553 });
554
555 const docClickHandler = (e) => {
556 if (!ed.menu.contains(e.target)) {
557 ed.menu.style.display = "none";
558 }
559 };
560 document.addEventListener("click", docClickHandler);
561 ed._docClickHandler = docClickHandler;
562}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected