Files
ComfyUI_frontend/apps
Glary-Bot 0f0bcc9de8 fix(affiliates-terms): preserve URL hash on TOC click for shareable permalinks
Because the TOC links use `@click.prevent` to drive smooth-scroll
manually, the browser's native hash update was suppressed and users
couldn't copy the URL after clicking a TOC entry to share a deep link.
`scrollToSection` now calls `history.replaceState` to sync the hash
without polluting back/forward history.

Adds an e2e regression test that asserts `window.location.hash` is
updated to the matching section anchor after a TOC click.
2026-05-05 20:50:23 +00:00
..