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