Remove redundant comment from suggestions.ts

This commit is contained in:
MareStare 2025-03-13 23:20:35 +00:00
parent 7cf02793e1
commit 84ecf1ea4e

View file

@ -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 = [];
}