Replies: 1 comment 1 reply
-
It should only replace the parts of the page/layout that have changed. There is a bug in debug mode today that causes more state to be wiped than is required. See #3235 for more information |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently if I want to push an item to the browser history, I have to navigate to that page, which AFAIK completely replaces the current page with the new page:
But sometimes I just want to be able to popup a Dialog box and push the new URL to the browser stack without entirely replacing the page. For example, if the user clicks an item I want to be able to show the details as a dialog.
Is this possible?
Or is this a bad idea?
Beta Was this translation helpful? Give feedback.
All reactions