mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +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