mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
Triggers full text search when Ctrl + Enter is pressed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user