mirror of
https://github.com/immich-app/immich.git
synced 2025-11-15 17:43:08 +09:00
chore: migrate away from event dispatcher (#12820)
This commit is contained in:
@@ -81,10 +81,6 @@
|
||||
|
||||
{#if isShowChangeLocation}
|
||||
<Portal>
|
||||
<ChangeLocation
|
||||
{asset}
|
||||
on:confirm={({ detail: gps }) => handleConfirmChangeLocation(gps)}
|
||||
on:cancel={() => (isShowChangeLocation = false)}
|
||||
/>
|
||||
<ChangeLocation {asset} onConfirm={handleConfirmChangeLocation} onCancel={() => (isShowChangeLocation = false)} />
|
||||
</Portal>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user