mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-17 08:41:44 +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
|
// this is important because otherwise input will lose focus immediately and not show the results
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
let autocompleteOptions = {};
|
let autocompleteOptions = {};
|
||||||
if (options.container) {
|
if (options.container) {
|
||||||
autocompleteOptions.dropdownMenuContainer = options.container;
|
autocompleteOptions.dropdownMenuContainer = options.container;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user