note autocomplete: Use backspace icon for delete text

This commit is contained in:
Elian Doran 2023-08-28 23:07:08 +03:00
parent 4de6a803e9
commit 69980c798b

View File

@ -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>")