mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
lazy loading of note detail components
This commit is contained in:
@@ -191,7 +191,7 @@ async function renderComponent(ctx) {
|
||||
* @param {NoteFull} note
|
||||
*/
|
||||
async function loadNoteDetailToContext(ctx, note, notePath) {
|
||||
ctx.setNote(note, notePath);
|
||||
await ctx.setNote(note, notePath);
|
||||
|
||||
openTabsChanged();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user