mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +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"); |     $el.addClass("note-autocomplete-input"); | ||||||
|  |  | ||||||
|     const $clearTextButton = $("<a>") |     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"); |             .prop("title", "Clear text field"); | ||||||
|  |  | ||||||
|     const $showRecentNotesButton = $("<a>") |     const $showRecentNotesButton = $("<a>") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user