You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are using your AnchorNav component und ran into some strange behaviour when disabling the history by doing the following:
final var anchorNav = new AnchorNav(true);
In this case, the section id of the first selected section is appended to the URL. However, when selecting further sections, the URL does not change and keeps the id of the first selected section.
Any help is appreciated, best regards!
The text was updated successfully, but these errors were encountered:
Hi folks,
we are using your AnchorNav component und ran into some strange behaviour when disabling the history by doing the following:
final var anchorNav = new AnchorNav(true);
In this case, the section id of the first selected section is appended to the URL. However, when selecting further sections, the URL does not change and keeps the id of the first selected section.
Any help is appreciated, best regards!
The text was updated successfully, but these errors were encountered: