lodash / lodash.com

The Lodash website.
https://lodash.com/
Other
138 stars 84 forks source link

Fix anchor tags are not working in chrome on first load (#243) #256

Open janarthanancs opened 2 years ago

janarthanancs commented 2 years ago
Bug: #243 (Anchor tags are not working in chrome on first load)
Solution: Checked if a valid hash is present on domContentLoaded in chrome and made sure that the hash is scrolled in to view

243