mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 12:55:55 +01:00
introduction of refreshWithNote
This commit is contained in:
@@ -19,7 +19,7 @@ class EditedNotesWidget extends StandardWidget {
|
||||
&& await this.tabContext.note.hasLabel("dateNote");
|
||||
}
|
||||
|
||||
async doRenderBody() {
|
||||
async refreshWithNote() {
|
||||
const note = this.tabContext.note;
|
||||
// remember which title was when we found the similar notes
|
||||
this.title = note.title;
|
||||
|
||||
Reference in New Issue
Block a user