mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +08:00
Triggers full text search when Ctrl + Enter is pressed
This commit is contained in:
parent
e091ef64dd
commit
002839176e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user