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

Function focusNow

public/js/adminPanel.js:5677–5680  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5675 if (!hdr || !cnt) return;
5676 clearSectionTimer(cnt);
5677 const focusNow = () => {
5678 if (cnt.style.display === "none") return;
5679 focusSectionIntoView(hdr, cnt);
5680 };
5681 requestAnimationFrame(() => {
5682 requestAnimationFrame(() => {
5683 focusNow();

Callers 1

scheduleSectionFocusFunction · 0.85

Calls 1

focusSectionIntoViewFunction · 0.85

Tested by

no test coverage detected