Watch me add a download button and not even check if it works

This commit is contained in:
2023-05-17 19:31:42 +02:00
parent bd9359de44
commit cea4a946b6

View File

@@ -32,7 +32,7 @@ export let edit_window
{:else if state.viewer_type === "text"}
<Text state={state}/>
{:else}
<File state={state}/>
<File state={state} on:download/>
{/if}
</div>