MCPcopy Create free account
hub / github.com/openscopeproject/InteractiveHtmlBom / netColorChangeHandler

Function netColorChangeHandler

InteractiveHtmlBom/web/ibom.js:289–294  ·  view source on GitHub ↗
(net)

Source from the content-addressed store, hash-verified

287}
288
289function netColorChangeHandler(net) {
290 return (event) => {
291 settings.netColors[net] = event.target.value;
292 updateNetColors();
293 }
294}
295
296function netColorRightClick(net) {
297 return (event) => {

Callers 1

populateBomBodyFunction · 0.85

Calls 1

updateNetColorsFunction · 0.85

Tested by

no test coverage detected