fix(web): context menu overlap + outclick types (#2506)

This commit is contained in:
Michel Heusschen
2023-05-21 18:01:08 +02:00
committed by GitHub
parent 96fb68135e
commit 85c6cf4309
7 changed files with 36 additions and 52 deletions

View File

@@ -90,7 +90,7 @@
<!-- Context Menu -->
{#if $isShowContextMenu}
<ContextMenu {...$contextMenuPosition} on:clickoutside={closeAlbumContextMenu}>
<ContextMenu {...$contextMenuPosition} on:outclick={closeAlbumContextMenu}>
<MenuOption on:click={deleteSelectedContextAlbum}>
<span class="flex place-items-center place-content-center gap-2">
<DeleteOutline size="18" />