fixed entry creation

pull/1856/head
antelle 2 years ago
parent 18524ad9eb
commit 391f2c9c00
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

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

Loading…
Cancel
Save