mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
Update note_map.js
This commit is contained in:
@@ -27,8 +27,8 @@ function buildDescendantCountMap(noteIdsToCount) {
|
|||||||
|
|
||||||
return noteIdToCountMap[noteId];
|
return noteIdToCountMap[noteId];
|
||||||
}
|
}
|
||||||
noteIdsToCount.forEach((nodeId) => {
|
noteIdsToCount.forEach((noteId) => {
|
||||||
getCount(nodeId);
|
getCount(noteId);
|
||||||
});
|
});
|
||||||
|
|
||||||
return noteIdToCountMap;
|
return noteIdToCountMap;
|
||||||
|
|||||||
Reference in New Issue
Block a user