mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 01:11:46 +03:00
fix: avatar selection z-index issues (#18425)
This commit is contained in:
@@ -41,7 +41,10 @@
|
||||
class="border"
|
||||
size="12"
|
||||
padding="2"
|
||||
onclick={() => modalManager.show(AvatarEditModal, {})}
|
||||
onclick={async () => {
|
||||
onClose();
|
||||
await modalManager.show(AvatarEditModal, {});
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user