mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
note autocomplete: Use backspace icon for delete text
This commit is contained in:
parent
4de6a803e9
commit
69980c798b
@ -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>")
|
||||
|
Loading…
x
Reference in New Issue
Block a user