mirror of
https://github.com/immich-app/immich.git
synced 2025-12-01 22:09:46 +09:00
chore: migrate away from event dispatcher (#12820)
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
|
||||
<section id="memory-viewer" class="w-full bg-immich-dark-gray" bind:this={memoryWrapper}>
|
||||
{#if current && current.memory.assets.length > 0}
|
||||
<ControlAppBar on:close={() => goto(AppRoute.PHOTOS)} forceDark>
|
||||
<ControlAppBar onClose={() => goto(AppRoute.PHOTOS)} forceDark>
|
||||
<svelte:fragment slot="leading">
|
||||
<p class="text-lg">
|
||||
{$memoryLaneTitle(current.memory.yearsAgo)}
|
||||
|
||||
Reference in New Issue
Block a user