mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-14 22:08:45 +00:00
하위 디렉터리로 이동시 DirectoryEntries 컴포넌트가 재사용되면서 애니메이션이 즉시 사라지지 않는 버그 수정
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
{/if}
|
||||
</div>
|
||||
{#if $info}
|
||||
{#key $info}
|
||||
<DirectoryEntries
|
||||
info={$info}
|
||||
onEntryClick={({ type, id }) => goto(`/${type}/${id}`)}
|
||||
@@ -72,6 +73,7 @@
|
||||
isDirectoryEntryMenuBottomSheetOpen = true;
|
||||
}}
|
||||
/>
|
||||
{/key}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user