Skip to content

Commit d00b198

Browse files
authored
project-fetcher-hoc.jsx -- no need to reset url, runtime options does that for us
1 parent 0400f03 commit d00b198

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/project-fetcher-hoc.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ const ProjectFetcherHOC = function (WrappedComponent) {
118118
if (
119119
(loadingState === "FETCHING_NEW_DEFAULT") && (projectId == 0 || projectId === null)
120120
) {
121-
const path = window.location.pathname + window.location.hash;
122-
window.history.replaceState({}, document.title, path);
123121
this.props.vm.setFramerate(30);
124122
this.props.vm.setRuntimeOptions({
125123
dangerousOptimizations: false,

0 commit comments

Comments
 (0)