mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
added subtree note count into info widget
This commit is contained in:
@@ -50,7 +50,8 @@ function getSubtreeSize(req) {
|
||||
)`);
|
||||
|
||||
return {
|
||||
subTreeSize
|
||||
subTreeSize,
|
||||
subTreeNoteCount: subTreeNoteIds.length
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user