mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 21:05:55 +01:00
introduction of refreshWithNote
This commit is contained in:
@@ -30,7 +30,7 @@ export default class NotePathsWidget extends TabAwareWidget {
|
||||
return this.$widget;
|
||||
}
|
||||
|
||||
async refresh() {
|
||||
async refreshWithNote() {
|
||||
const {note, notePath} = this.tabContext;
|
||||
|
||||
if (note.noteId === 'root') {
|
||||
|
||||
Reference in New Issue
Block a user