mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
note paths visually distinguishes between different note paths, closes #1669
This commit is contained in:
@@ -300,7 +300,7 @@ class NoteShort {
|
||||
}
|
||||
});
|
||||
|
||||
return notePaths.map(rec => rec.notePath);
|
||||
return notePaths;
|
||||
}
|
||||
|
||||
__filterAttrs(attributes, type, name) {
|
||||
|
||||
Reference in New Issue
Block a user