Skip to content

Commit

Permalink
Triggers full text search when Ctrl + Enter is pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
SiriusXT committed Nov 17, 2024
1 parent e091ef6 commit 0028391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/app/services/note_autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function initNoteAutocomplete($el, options) {
// this is important because otherwise input will lose focus immediately and not show the results
return false;
});

let autocompleteOptions = {};
if (options.container) {
autocompleteOptions.dropdownMenuContainer = options.container;
Expand Down

0 comments on commit 0028391

Please sign in to comment.