mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
initial load of tabs can run partially asynchronously to speed things up
This commit is contained in:
@@ -391,7 +391,8 @@ async function treeInitialized() {
|
||||
await noteDetailService.loadNoteDetail(tab.notePath, {
|
||||
state: tab,
|
||||
newTab: true,
|
||||
activate: tab.active
|
||||
activate: tab.active,
|
||||
async: true // faster initial load
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user