mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
setup cssClass for both note tab and content, #524
This commit is contained in:
@@ -229,7 +229,7 @@ async function loadNoteDetail(origNotePath, options = {}) {
|
||||
|
||||
if (activate) {
|
||||
// will also trigger showTab via event
|
||||
tabRow.setCurrentTab(ctx.tab);
|
||||
tabRow.setCurrentTab(ctx.$tab[0]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user