Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit ca77e10

Browse files
darkwingjasonLaster
authored andcommitted
Revert 5740, which clears the root upon any navigation change (#5746)
1 parent fcce56c commit ca77e10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/actions/navigation.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { waitForMs } from "../utils/utils";
1111

1212
import { newSources } from "./sources";
1313
import { updateWorkers } from "./debuggee";
14-
import { clearProjectDirectoryRoot } from "./ui";
1514

1615
import {
1716
clearASTs,
@@ -42,7 +41,6 @@ export function willNavigate(event: Object) {
4241
clearASTs();
4342
clearScopes();
4443
clearSources();
45-
dispatch(clearProjectDirectoryRoot());
4644
dispatch(navigate(event.url));
4745
};
4846
}

0 commit comments

Comments
 (0)