react-scrollable-anchor icon indicating copy to clipboard operation
react-scrollable-anchor copied to clipboard

Option to disable automatic URL hash updates

Open spik3s opened this issue 7 years ago • 2 comments

In some projects I need anchor links with scrolling but without automatic URL hash updates. I think it would be useful to make the URL hash updates optional

spik3s avatar Jan 13 '18 06:01 spik3s

added scrollUrlHashUpdate:false to configureAnchors and it still changes as i scroll. was this feature actually added? what am i missing?

rednap avatar Nov 30 '18 17:11 rednap

added scrollUrlHashUpdate:false to configureAnchors and it still changes as i scroll. was this feature actually added? what am i missing?

@spik3s only added the feature to his fork. You can either use his fork directly or apply the changes to your own fork. I don't think this repository is actively maintained, so this feature is probably never making it into the library itself.

FinnGu avatar Sep 06 '19 12:09 FinnGu