mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	delete note fixes
This commit is contained in:
		| @@ -1166,7 +1166,7 @@ export default class NoteTreeWidget extends TabAwareWidget { | ||||
|                         const newActiveNode = this.getActiveNode(); | ||||
|  | ||||
|                         // return focus if the previously active node was also focused | ||||
|                         if (newActiveNode && activeNodeFocused) {console.log("FOCUSING!!!"); | ||||
|                         if (newActiveNode && activeNodeFocused) { | ||||
|                             newActiveNode.setFocus(true); | ||||
|                         } | ||||
|                     }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user