fixed buddies list bug

This commit is contained in:
NigeParis 2026-01-04 11:13:21 +01:00 committed by Maix0
parent 4fc43cc429
commit d293185a28
2 changed files with 7 additions and 37 deletions

View file

@ -19,5 +19,4 @@ export async function openProfilePopup(profil: ClientProfil) {
const profilList = document.getElementById("profile-modal") ?? null;
if (profilList)
profilList.classList.remove("hidden");
// The popup now exists → attach the event
}