mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
introduction of refreshWithNote
This commit is contained in:
@@ -31,7 +31,7 @@ class NoteInfoWidget extends StandardWidget {
|
||||
this.$body.html(TPL);
|
||||
}
|
||||
|
||||
refresh() {
|
||||
refreshWithNote() {
|
||||
const $noteId = this.$body.find(".note-info-note-id");
|
||||
const $dateCreated = this.$body.find(".note-info-date-created");
|
||||
const $dateModified = this.$body.find(".note-info-date-modified");
|
||||
|
||||
Reference in New Issue
Block a user