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

Function markActive

public/js/adminFolderAccess.js:649–652  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

647 }
648
649 const markActive = () => {
650 qsa(list, '.folder-access-row.is-active').forEach(r => r.classList.remove('is-active'));
651 row.classList.add('is-active');
652 };
653 row.addEventListener('click', markActive);
654 row.addEventListener('focusin', markActive);
655

Callers

nothing calls this directly

Calls 1

qsaFunction · 0.70

Tested by

no test coverage detected