mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
always keep all the ancestors in the cache WIP
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user