mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	Triggers full text search when Ctrl + Enter is pressed
This commit is contained in:
		| @@ -131,7 +131,7 @@ function initNoteAutocomplete($el, options) { | |||||||
|         // this is important because otherwise input will lose focus immediately and not show the results |         // this is important because otherwise input will lose focus immediately and not show the results | ||||||
|         return false; |         return false; | ||||||
|     }); |     }); | ||||||
|      |  | ||||||
|     let autocompleteOptions = {}; |     let autocompleteOptions = {}; | ||||||
|     if (options.container) { |     if (options.container) { | ||||||
|         autocompleteOptions.dropdownMenuContainer = options.container; |         autocompleteOptions.dropdownMenuContainer = options.container; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user