mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-10 23:09:51 -06: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