Warren Buckley
08/01/2024, 5:11 PMWarren Buckley
08/01/2024, 5:12 PMwindow.location.assign('/umbraco');
Which works but the entire page/backoffice kinda loads & flashes all the UI again.
Wondered if there was a nicer way to navigate around without the flash/load ?!Warren Buckley
08/02/2024, 9:10 AMts
// Navigate to the root of /umbraco/section/content
history.pushState(null, '', '/umbraco/section/content');