Skip to content

Conversation

@chris-ldgk
Copy link

The app was calling window.location.hash repeatedly on slider changes, causing the browser to crash the app due to too many location changes.

This change fixes that problem by using window.history.pushState instead of window.location.hash, which rewrites the URL in the browser without telling it to actually do any location changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant