()
| 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 || [] |
no outgoing calls
no test coverage detected