mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
fix DB setup
This commit is contained in:
@@ -154,7 +154,7 @@ function getNotePath(noteId) {
|
||||
|
||||
return {
|
||||
noteId: noteId,
|
||||
branchId: getBranch(noteId, parentNote.noteId).branchId,
|
||||
branchId: noteCache.getBranch(noteId, parentNote.noteId).branchId,
|
||||
title: noteTitle,
|
||||
notePath: retPath,
|
||||
path: retPath.join('/')
|
||||
|
||||
Reference in New Issue
Block a user