()
| 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(); |
no test coverage detected