Skip to content

Commit

Permalink
fix: input detection for resource packs
Browse files Browse the repository at this point in the history
  • Loading branch information
HoodieRocks committed May 21, 2024
1 parent 6e0a5ec commit 02d34c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/project/[project]/edit/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
<input
type="file"
accept=".zip"
on:input="{() => setRPUsed}"
on:input="{setRPUsed}"
id="v_rp"
name="v_rp"
class="hidden" />
Expand Down

0 comments on commit 02d34c6

Please sign in to comment.