mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Update note_map.js
This commit is contained in:
parent
89681977b5
commit
e007aba067
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user