Closed ghost closed 7 years ago
I have a hero section on my site, which there is no link for. Should I scroll down to the next section, and scroll back up to the hero section, the next section stays as the active item.
Is there any quick fix for this?
Temp fix for this is on line 161 - return section || ((this.$links.length===0) ? (null) : (this.$links[0].hash));
Just simply return section and none of the rest.
I have a hero section on my site, which there is no link for. Should I scroll down to the next section, and scroll back up to the hero section, the next section stays as the active item.
Is there any quick fix for this?