react-scroll icon indicating copy to clipboard operation
react-scroll copied to clipboard

allow default active in link

Open raviteja83 opened this issue 6 years ago • 2 comments

Unable to make an item selected by default.please allow default active state for the lists.

raviteja83 avatar Aug 08 '17 17:08 raviteja83

Same issue,any progress?

Case: activity detail has sticky navigation, needs to scroll to show active, but it actually in the active zone when page entered

wizardpisces avatar Apr 29 '22 02:04 wizardpisces

Seems to fixed the default active, not sure it's the right way

useEffect(() => {
        Scroll.scrollSpy.update();
    }, []);

wizardpisces avatar Apr 29 '22 02:04 wizardpisces