Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 1cdbc9e

Browse files
committed
Fix #73
1 parent 02404a6 commit 1cdbc9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UI/Components/EditorElement.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ public void Save(bool Force = false)
390390
{
391391
MessageBox.Show(Program.MainWindow, Program.Translations.DSaveError + Environment.NewLine + "(" + e.Message + ")", Program.Translations.SaveError,
392392
MessageBoxButton.OK, MessageBoxImage.Error);
393+
return;
393394
}
394395
NeedsSave = false;
395396
if (fileWatcher != null)

0 commit comments

Comments
 (0)