make note paths work better with hoisted note

This commit is contained in:
zadam
2020-04-08 20:38:50 +02:00
parent 6c188982b3
commit 34b8979016
3 changed files with 11 additions and 3 deletions

View File

@@ -790,7 +790,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
}
forceNoteSyncCommand({node}) {
syncService.forceNoteSync(noteId);
syncService.forceNoteSync(node.data.noteId);
}
editNoteTitleCommand({node}) {