neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

WIP FEATURE: Push history on clicking node link node

Open Alvadda opened this issue 1 year ago • 0 comments

Resolves: https://github.com/neos/neos-ui/issues/3241

In the PR: 3440 Nodes in the document tree were converted to a link.

I added that a click on the Node will push the URL change to the browser history object without reloading the page, so that you can navigate back in the document tree via the back functionality from the browser itself.

Clicking on a Node will push the new url to the history.pushState.

How to verify it Clicking Nodes in the document and then clicking the back button from the browser should navigate you to the last selected Node.

Alvadda avatar Mar 13 '24 17:03 Alvadda