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 20b9a69 commit 20e16c8Copy full SHA for 20e16c8
packages/app/src/app/overmind/namespaces/editor/internalActions.ts
@@ -304,6 +304,7 @@ export const forkSandbox: AsyncAction<{
304
}
305
306
await actions.internal.setCurrentSandbox(forkedSandbox);
307
+ state.editor.modulesByPath = effects.vscode.fs.create(forkedSandbox);
308
effects.notificationToast.success('Forked sandbox!');
309
effects.router.updateSandboxUrl(forkedSandbox);
310
} catch (error) {
0 commit comments