mirror of https://github.com/keeweb/keeweb
fixed errors during auto-save
parent
9185ef9a55
commit
ab3860cdc9
|
@ -539,7 +539,7 @@ class AppView extends View {
|
|||
});
|
||||
}
|
||||
if (complete) {
|
||||
complete(true);
|
||||
complete(false);
|
||||
}
|
||||
} else {
|
||||
that.closeAllFilesAndShowFirst();
|
||||
|
|
Loading…
Reference in New Issue