From 84ecf1ea4e777ec01f0fb58251ef070acb2cc78c Mon Sep 17 00:00:00 2001 From: MareStare Date: Thu, 13 Mar 2025 23:20:35 +0000 Subject: [PATCH] Remove redundant comment from suggestions.ts --- assets/js/utils/suggestions.ts | 1 - 1 file changed, 1 deletion(-) 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 = []; }