Anchors smoothing only works if all targets of links before the link exist
Opened this issue · 0 comments
raikasdev commented
air-light/js/src/modules/anchors.js
Line 29 in 8f96ea8
This should be continue, not return.
Currently, if any of the targets of a link with hash target do not exist, all links with a hash target will not be smoothed after it.