MCPcopy Create free account
hub / github.com/TheJoWo/Clean-Clode / collapseHandler

Function collapseHandler

script.js:351–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349 fullContentDiv.title = 'Click to collapse';
350
351 const collapseHandler = function() {
352 previewDiv.style.display = 'block';
353 fullContentDiv.style.display = 'none';
354 fullContentDiv.removeEventListener('click', collapseHandler);
355 };
356
357 fullContentDiv.addEventListener('click', collapseHandler);
358 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected