react-scrollable-anchor
react-scrollable-anchor copied to clipboard
Prevent a Hash change triggered scroll from triggering hash recalculation
Fixes #23
I don't think this has been updated in the npm module. The module states that the files are up to date but this forced scroll change does not exist in the code and the hash recalculation is still occurring. Also the code in Manager.js, ScrollableAnchor.js, and index.js are wildly different to the code in the git repo
I'm not sure I follow. forcedScroll
was added to stop hash recalculation, so it is normal that it does occur, precisely because forcedScroll
isn't there (either in this repo or in the npm module).
What is the problem with merging this? It fixes a pretty critical bug, in my opinion.