From c9d5a62fcb2e8b8a0df667069a79a56ad9d612a3 Mon Sep 17 00:00:00 2001 From: nym21 Date: Tue, 9 Jun 2026 17:01:28 +0200 Subject: [PATCH] website: redesign part 29 --- website_next/learn/scroll-spy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/website_next/learn/scroll-spy.js b/website_next/learn/scroll-spy.js index 76fa4ec25..a7b4a7ff5 100644 --- a/website_next/learn/scroll-spy.js +++ b/website_next/learn/scroll-spy.js @@ -122,7 +122,6 @@ export function initScrollSpy(main) { const hash = `#${section.id}`; if (navigatingTo) { - selectHash(hash); if (hash === navigatingTo) navigatingTo = null; return; }