Open
Description
i encounter a reproducible problem:
problem:
when you open a page via a deep link, like say like https://docsify.js.org/#/more-pages?id=ignoring-subheaders and then scroll to a different section (by reading on or scrolling up) there are two problems:
- the position indicator on the left does not keep updating (it only does that when you navigate to the root of tha page)
- because of this, if you scroll to a complete different place on the page and happen to click on the same link in the menu again (the one you deep-navigated to) nothing happens.
what i think should happen:
- As you scroll through the page the url in the browser should be replaced with your current position
- the indicator on the left should for sure not only work when navigating to the top of the page