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 0dde7e9 commit e28fb11Copy full SHA for e28fb11
packages/app/src/app/overmind/namespaces/editor/actions.ts
@@ -86,6 +86,7 @@ export const sandboxChanged: AsyncAction<{ id: string }> = withLoadApp<{
86
);
87
88
state.editor.isForkingSandbox = false;
89
+ return;
90
}
91
92
await effects.vscode.closeAllTabs();
0 commit comments