MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / addHighlight

Function addHighlight

webUi/scripts.js:406–409  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

404 }
405}
406const addHighlight = (event) => {
407 event.preventDefault();
408 event.currentTarget.classList.add("highlight");
409};
410const removeHighlight = (event) => {
411 event.preventDefault();
412 event.currentTarget.classList.remove("highlight");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected