mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: avatar selection z-index issues (#18425)
This commit is contained in:
parent
bc8e08f5e8
commit
c278bb0e5b
2 changed files with 9 additions and 3 deletions
|
|
@ -41,7 +41,10 @@
|
|||
class="border"
|
||||
size="12"
|
||||
padding="2"
|
||||
onclick={() => modalManager.show(AvatarEditModal, {})}
|
||||
onclick={async () => {
|
||||
onClose();
|
||||
await modalManager.show(AvatarEditModal, {});
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue