Skip to content

Commit

Permalink
[Workspaces] add closing of the module after the Editor is closed. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
donlaci committed Sep 2, 2024
1 parent a59a072 commit ae5a61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/Workspaces/WorkspacesEditor/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ private void OnExit(object sender, ExitEventArgs e)
}

Dispose();
Environment.Exit(0);
}

private void OnUnhandledException(object sender, UnhandledExceptionEventArgs args)
Expand Down

0 comments on commit ae5a61e

Please sign in to comment.