nextstrain / nextstrain.org

The Nextstrain website
https://nextstrain.org
GNU Affero General Public License v3.0
87 stars 49 forks source link

Remove scroll handler #887

Closed victorlin closed 4 weeks ago

victorlin commented 4 weeks ago

Description of proposed changes

This (mainly utils/hash.removeHash()) modifies the current history entry which messes with browser navigation functions.

The handler's main purpose is to update the URL if the user scrolls to or away from an anchor, which isn't something that's necessary for our usage.

Related issue(s)

Checklist