mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
make note paths work better with hoisted note
This commit is contained in:
@@ -790,7 +790,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
}
|
||||
|
||||
forceNoteSyncCommand({node}) {
|
||||
syncService.forceNoteSync(noteId);
|
||||
syncService.forceNoteSync(node.data.noteId);
|
||||
}
|
||||
|
||||
editNoteTitleCommand({node}) {
|
||||
|
||||
Reference in New Issue
Block a user