Skip to content

Commit e28fb11

Browse files
committed
Fix forking sandbox
1 parent 0dde7e9 commit e28fb11

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/overmind/namespaces/editor

1 file changed

+1
-0
lines changed

packages/app/src/app/overmind/namespaces/editor/actions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export const sandboxChanged: AsyncAction<{ id: string }> = withLoadApp<{
8686
);
8787

8888
state.editor.isForkingSandbox = false;
89+
return;
8990
}
9091

9192
await effects.vscode.closeAllTabs();

0 commit comments

Comments
 (0)