mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	moved search behind tree action button
This commit is contained in:
		| @@ -215,4 +215,14 @@ function scrollToCurrentNote() { | ||||
|     } | ||||
| } | ||||
|  | ||||
| $(document).bind('keydown', 'alt+s', function() { | ||||
|     $("#search-box").show(); | ||||
|  | ||||
|     $("input[name=search]").focus(); | ||||
| }); | ||||
|  | ||||
| function toggleSearch() { | ||||
|     $("#search-box").toggle(); | ||||
| } | ||||
|  | ||||
| $(document).bind('keydown', 'alt+c', collapseTree); | ||||
		Reference in New Issue
	
	Block a user