fix bug when giving focus again to autocomplete input when coming back from note type chooser

This commit is contained in:
zadam
2022-06-02 23:21:17 +02:00
parent c0c38a4b49
commit 4837dd050b
4 changed files with 9 additions and 10 deletions

View File

@@ -140,7 +140,6 @@ function initNoteAutocomplete($el, options) {
appendTo: document.querySelector('body'),
hint: false,
autoselect: true,
openOnFocus: true,
minLength: 0,
tabAutocomplete: false
}, [
@@ -270,7 +269,6 @@ function init() {
}
export default {
autocompleteSource,
autocompleteSourceForCKEditor,
initNoteAutocomplete,
showRecentNotes,