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