Let hugo server --navigateToChanged
maintain the scroll position if possible
#3824
Labels
Milestone
hugo server --navigateToChanged
maintain the scroll position if possible
#3824
When I'm currently viewing a page of which the source Markdown file is being edited, I wish the scroll position of this page in the browser could be maintained when
--navigateToChanged
is enabled forhugo server
. That is, if Hugo is about to navigate to the same page as the current page in the browser,location.reload()
should be called instead oflocation.href = "NEW_LOCATION"
in JS. I'm not sure if that is possible with Hugo, or it requires upstream support from LiveReload.The text was updated successfully, but these errors were encountered: