From 0f1a98795f709da05d1dfdf409aa617702e4a04a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 14 Dec 2024 01:40:20 +0200 Subject: [PATCH] fix(client): "Go to note" button in note_autocomplete not working (closes #732) --- 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 648faac8a..93c366bfa 100644 --- a/src/public/app/services/note_autocomplete.js +++ b/src/public/app/services/note_autocomplete.js @@ -149,7 +149,7 @@ function initNoteAutocomplete($el, options) { .addClass("input-group-text full-text-search-button bx bx-search") .prop("title", "Full text search (Shift+Enter)"); - const $goToSelectedNoteButton = $("