diff --git a/src/public/app/services/note_autocomplete.js b/src/public/app/services/note_autocomplete.js index 52f0c2bc3..dbee214b7 100644 --- a/src/public/app/services/note_autocomplete.js +++ b/src/public/app/services/note_autocomplete.js @@ -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;