Skip to content

Commit

Permalink
fix: clear workspace on project -> new (fixes #129)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Sep 28, 2024
1 parent a932e8b commit a55d8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/core/header/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ async function connect() {
async function newProject() {
popups.clear();
willRestore.set(false);
$workspace.clear();
screen.set(Screen.START);
}
Expand Down

0 comments on commit a55d8ed

Please sign in to comment.