mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-01 12:42:28 +08:00
fix(client): "Go to note" button in note_autocomplete not working (closes #732)
This commit is contained in:
parent
ec16052e7b
commit
0f1a98795f
@ -149,7 +149,7 @@ function initNoteAutocomplete($el, options) {
|
|||||||
.addClass("input-group-text full-text-search-button bx bx-search")
|
.addClass("input-group-text full-text-search-button bx bx-search")
|
||||||
.prop("title", "Full text search (Shift+Enter)");
|
.prop("title", "Full text search (Shift+Enter)");
|
||||||
|
|
||||||
const $goToSelectedNoteButton = $("<button>")
|
const $goToSelectedNoteButton = $("<a>")
|
||||||
.addClass("input-group-text go-to-selected-note-button bx bx-arrow-to-right");
|
.addClass("input-group-text go-to-selected-note-button bx bx-arrow-to-right");
|
||||||
|
|
||||||
$el.after($clearTextButton).after($showRecentNotesButton).after($fullTextSearchButton);
|
$el.after($clearTextButton).after($showRecentNotesButton).after($fullTextSearchButton);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user