mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
many small fixes from Intellij analysis
This commit is contained in:
@@ -60,7 +60,7 @@ export default class SimilarNotesWidget extends NoteContextAwareWidget {
|
||||
this.$similarNotesWrapper = this.$widget.find(".similar-notes-wrapper");
|
||||
}
|
||||
|
||||
async refreshWithNote() {
|
||||
async refreshWithNote(note) {
|
||||
// remember which title was when we found the similar notes
|
||||
this.title = this.note.title;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user