mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-24 22:19:02 -06:00
fix setNoteToParent API method, closes #360
This commit is contained in:
@@ -160,7 +160,7 @@ async function createPromotedAttributeRow(definitionAttr, valueAttr) {
|
||||
$input.autocomplete({
|
||||
appendTo: document.querySelector('body'),
|
||||
hint: false,
|
||||
autoselect: true,
|
||||
autoselect: false,
|
||||
openOnFocus: true,
|
||||
minLength: 0,
|
||||
tabAutocomplete: false
|
||||
|
||||
Reference in New Issue
Block a user