mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
tab on autocomplete doesn't select first item, closes #243
This commit is contained in:
@@ -76,7 +76,8 @@ function initNoteAutocomplete($el, options) {
|
||||
hint: false,
|
||||
autoselect: true,
|
||||
openOnFocus: true,
|
||||
minLength: 0
|
||||
minLength: 0,
|
||||
tabAutocomplete: false
|
||||
}, [
|
||||
{
|
||||
source: autocompleteSource,
|
||||
|
||||
Reference in New Issue
Block a user