From 69980c798bb67268fecb4b89185b807166d532ec Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 28 Aug 2023 23:07:08 +0300 Subject: [PATCH] note autocomplete: Use backspace icon for delete text --- src/public/app/services/note_autocomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/services/note_autocomplete.js b/src/public/app/services/note_autocomplete.js index 0bedd2e02..09548284b 100644 --- a/src/public/app/services/note_autocomplete.js +++ b/src/public/app/services/note_autocomplete.js @@ -106,7 +106,7 @@ function initNoteAutocomplete($el, options) { $el.addClass("note-autocomplete-input"); const $clearTextButton = $("") - .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 = $("")