fixed errors during auto-save

This commit is contained in:
antelle 2020-05-30 17:40:18 +02:00
parent 9185ef9a55
commit ab3860cdc9
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ class AppView extends View {
});
}
if (complete) {
complete(true);
complete(false);
}
} else {
that.closeAllFilesAndShowFirst();