fixed buddies list bug
This commit is contained in:
parent
4fc43cc429
commit
d293185a28
2 changed files with 7 additions and 37 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue