Replies: 1 comment 7 replies
-
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.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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