diff --git a/assets/js/utils/suggestions.ts b/assets/js/utils/suggestions.ts index 23d3a928..19bd798f 100644 --- a/assets/js/utils/suggestions.ts +++ b/assets/js/utils/suggestions.ts @@ -149,7 +149,6 @@ export class SuggestionsPopup { tabIndex: -1, }); - // Make the container connected to DOM to make sure it's rendered when we unhide it document.body.appendChild(this.container); this.items = []; }