mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	fix bug when giving focus again to autocomplete input when coming back from note type chooser
This commit is contained in:
		| @@ -140,7 +140,6 @@ function initNoteAutocomplete($el, options) { | ||||
|         appendTo: document.querySelector('body'), | ||||
|         hint: false, | ||||
|         autoselect: true, | ||||
|         openOnFocus: true, | ||||
|         minLength: 0, | ||||
|         tabAutocomplete: false | ||||
|     }, [ | ||||
| @@ -270,7 +269,6 @@ function init() { | ||||
| } | ||||
|  | ||||
| export default { | ||||
|     autocompleteSource, | ||||
|     autocompleteSourceForCKEditor, | ||||
|     initNoteAutocomplete, | ||||
|     showRecentNotes, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user