fixed entry creation

This commit is contained in:
antelle 2021-04-28 18:29:45 +02:00
parent 18524ad9eb
commit 391f2c9c00
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ class EntryModel extends Model {
}
if (this.isJustCreated) {
this.isJustCreated = false;
this.file.reload();
}
this.entry.times.update();
}