mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
display last noteId in the note path widget as well
This commit is contained in:
@@ -61,8 +61,7 @@ export default class NotePathsWidget extends TabAwareWidget {
|
||||
}
|
||||
|
||||
async refreshWithNote(note, notePath) {
|
||||
let noteIdsPath = treeService.parseNotePath(notePath);
|
||||
noteIdsPath = noteIdsPath.slice(0, noteIdsPath.length - 1);
|
||||
const noteIdsPath = treeService.parseNotePath(notePath);
|
||||
|
||||
this.$currentPath.empty();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user