fix: avatar selection z-index issues (#18425)

This commit is contained in:
Daniel Dietzler 2025-05-22 14:48:07 +02:00 committed by GitHub
parent bc8e08f5e8
commit c278bb0e5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -41,7 +41,10 @@
class="border"
size="12"
padding="2"
onclick={() => modalManager.show(AvatarEditModal, {})}
onclick={async () => {
onClose();
await modalManager.show(AvatarEditModal, {});
}}
/>
</div>
</div>