mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	note autocomplete: Use backspace icon for delete text
This commit is contained in:
		| @@ -106,7 +106,7 @@ function initNoteAutocomplete($el, options) { | ||||
|     $el.addClass("note-autocomplete-input"); | ||||
|  | ||||
|     const $clearTextButton = $("<a>") | ||||
|             .addClass("input-group-text input-clearer-button bx bx-x") | ||||
|             .addClass("input-group-text input-clearer-button bx bxs-tag-x") | ||||
|             .prop("title", "Clear text field"); | ||||
|  | ||||
|     const $showRecentNotesButton = $("<a>") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user