We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5c9a3 commit 7067588Copy full SHA for 7067588
src/commons/application/Application.tsx
@@ -124,7 +124,7 @@ const Application: React.FC = () => {
124
dispatch(WorkspaceActions.evalEditor(message.workspaceLocation));
125
break;
126
case MessageTypeNames.Navigate:
127
- window.location.replace(message.route);
+ window.location.pathname = message.route;
128
// TODO: Figure out why this doesn't work, this is faster in theory
129
// navigate(message.route);
130
0 commit comments