mirror of https://github.com/keeweb/keeweb
fixed entry creation
parent
18524ad9eb
commit
391f2c9c00
|
@ -191,6 +191,7 @@ class EntryModel extends Model {
|
|||
}
|
||||
if (this.isJustCreated) {
|
||||
this.isJustCreated = false;
|
||||
this.file.reload();
|
||||
}
|
||||
this.entry.times.update();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue