From 3168c441b909ea4ea8810361ab5dbc2a8b753ddb Mon Sep 17 00:00:00 2001 From: static Date: Mon, 6 Jan 2025 21:20:00 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=98=EC=9C=84=20=EB=94=94=EB=A0=89?= =?UTF-8?q?=ED=84=B0=EB=A6=AC=EB=A1=9C=20=EC=9D=B4=EB=8F=99=EC=8B=9C=20Dir?= =?UTF-8?q?ectoryEntries=20=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8=EA=B0=80?= =?UTF-8?q?=20=EC=9E=AC=EC=82=AC=EC=9A=A9=EB=90=98=EB=A9=B4=EC=84=9C=20?= =?UTF-8?q?=EC=95=A0=EB=8B=88=EB=A9=94=EC=9D=B4=EC=85=98=EC=9D=B4=20?= =?UTF-8?q?=EC=A6=89=EC=8B=9C=20=EC=82=AC=EB=9D=BC=EC=A7=80=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../(main)/directory/[[id]]/+page.svelte | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/routes/(main)/directory/[[id]]/+page.svelte b/src/routes/(main)/directory/[[id]]/+page.svelte index 25df773..43c4755 100644 --- a/src/routes/(main)/directory/[[id]]/+page.svelte +++ b/src/routes/(main)/directory/[[id]]/+page.svelte @@ -64,14 +64,16 @@ {/if} {#if $info} - goto(`/${type}/${id}`)} - onEntryMenuClick={(entry) => { - selectedEntry = entry; - isDirectoryEntryMenuBottomSheetOpen = true; - }} - /> + {#key $info} + goto(`/${type}/${id}`)} + onEntryMenuClick={(entry) => { + selectedEntry = entry; + isDirectoryEntryMenuBottomSheetOpen = true; + }} + /> + {/key} {/if}