mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 19:51:57 +08:00
Update note_map.js
This commit is contained in:
parent
89681977b5
commit
e007aba067
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ function buildDescendantCountMap(noteIdsToCount) {
|
|||
|
||||
return noteIdToCountMap[noteId];
|
||||
}
|
||||
noteIdsToCount.forEach((nodeId) => {
|
||||
getCount(nodeId);
|
||||
noteIdsToCount.forEach((noteId) => {
|
||||
getCount(noteId);
|
||||
});
|
||||
|
||||
return noteIdToCountMap;
|
||||
|
|
Loading…
Reference in a new issue