This commit is contained in:
zadam
2019-10-26 20:48:56 +02:00
parent 7ccbf45569
commit bdf42749f3
3 changed files with 9 additions and 6 deletions

View File

@@ -824,6 +824,7 @@ async function checkFolderStatus(node) {
node.folder = note.type === 'search' || note.getChildNoteIds().length > 0;
node.icon = await treeBuilder.getIcon(note);
node.extraClasses = await treeBuilder.getExtraClasses(note);
node.renderTitle();
}