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];
|
||||
}
|
||||
noteIdsToCount.forEach((nodeId) => {
|
||||
getCount(nodeId);
|
||||
noteIdsToCount.forEach((noteId) => {
|
||||
getCount(noteId);
|
||||
});
|
||||
|
||||
return noteIdToCountMap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user