loading = e.detail} on:navigation_complete={() => { // Reset the view to the file view if we were in search view view = "file" }} />
{#if view === "file"} {loading = e.detail}} on:open_sibling={e => fs_navigator.open_sibling(e.detail)} on:download={download} /> {:else if view === "search"} {loading = e.detail}} /> {/if}