always keep all the ancestors in the cache WIP

This commit is contained in:
zadam
2020-03-18 22:42:29 +01:00
parent 4a89df7ebf
commit 48c57c7ce7
13 changed files with 28 additions and 28 deletions

View File

@@ -612,7 +612,7 @@ export default class TabRowWidget extends BasicWidget {
}
}
note.getCssClass().then(cssClass => $tab.addClass(cssClass));
$tab.addClass(note.getCssClass());
$tab.addClass(utils.getNoteTypeClass(note.type));
$tab.addClass(utils.getMimeTypeClass(note.mime));
}