-
Is there a way to stop the page from scrolling to the top, when changing something in the url. Is it possible to prevent this? |
Beta Was this translation helpful? Give feedback.
Answered by
lovasoa
Jul 4, 2024
Replies: 1 comment 3 replies
-
Hello ! You can make a link to a particular point in the page using a URL fragment. For instance: select
'button' as component;
select
'?id=1#mybutton' as link,
'My Button' as title,
'mybutton' as id;
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ArianYN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello ! You can make a link to a particular point in the page using a URL fragment. For instance: