diff --git a/assets/js/app.js b/assets/js/app.js index 0d12d66..ff40f34 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -174,7 +174,6 @@ Hooks.RightNav = { for (entry of entries) { if (entry.isIntersecting) { this.setAriaCurrent(entry.target.id); - history.replaceState(null, null, `#${entry.target.id}`); } } },