MCPcopy Create free account
hub / github.com/error311/FileRise / syncHoverDelayControlState

Function syncHoverDelayControlState

public/js/userPanel.js:438–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

436 dispFs.appendChild(hoverDelayWrap);
437
438 const syncHoverDelayControlState = () => {
439 const enabled = !!hoverCb.checked;
440 hoverDelayInput.disabled = !enabled;
441 hoverDelayHelp.style.opacity = enabled ? '0.85' : '0.7';
442 };
443 syncHoverDelayControlState();
444
445 // Handler: toggle hover preview

Callers 1

openUserPanelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected