MCPcopy
hub / github.com/ZToolsCenter/ZTools / syncMouseHoverState

Function syncMouseHoverState

resources/preload.js:1496–1499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1494 }
1495
1496 function syncMouseHoverState() {
1497 if (!listState.container) return
1498 listState.container.classList.toggle('ignore-mouse-hover', !!listState.ignoreMouseHover)
1499 }
1500
1501 function renderItems(items, pluginPath) {
1502 listState.items = items || []

Callers 3

renderItemsFunction · 0.85
handleListKeydownFunction · 0.85
preload.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected