mirror of
https://github.com/immich-app/immich.git
synced 2025-12-01 15:59:51 +09:00
refactor(web): remove events from clickOutside action (#9943)
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
|
||||
{#if showContextMenu}
|
||||
<Portal target="body">
|
||||
<ContextMenu {...contextMenuPosition} on:outclick={() => onMenuExit()}>
|
||||
<ContextMenu {...contextMenuPosition} onClose={() => onMenuExit()}>
|
||||
<MenuOption on:click={() => onMenuClick('hide-person')} icon={mdiEyeOffOutline} text="Hide person" />
|
||||
<MenuOption on:click={() => onMenuClick('change-name')} icon={mdiAccountEditOutline} text="Change name" />
|
||||
<MenuOption
|
||||
|
||||
Reference in New Issue
Block a user