mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
similar notes algorithm tweaks (WIP)
This commit is contained in:
@@ -101,9 +101,9 @@ export default class SimilarNotesWidget extends TabAwareWidget {
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
async refreshWithNote(note) {
|
||||
async refresh() {
|
||||
// remember which title was when we found the similar notes
|
||||
this.title = note.title;
|
||||
this.title = this.note.title;
|
||||
|
||||
const similarNotes = await server.get('similar-notes/' + this.noteId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user