mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
lazy loading of note list
This commit is contained in:
@@ -59,7 +59,7 @@ async function createNote(parentNoteId, options = {}) {
|
||||
appContext.triggerCommand('focusAndSelectTitle');
|
||||
}
|
||||
else if (options.focus === 'content') {
|
||||
appContext.triggerCommand('focusOnDetail', {tabId: this.tabId});
|
||||
appContext.triggerCommand('focusOnDetail', {tabId: activeTabContext.tabId});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user