Files
homepage/src
Alexander Bocken 0459ef26bc
All checks were successful
CI / update (push) Successful in 1m21s
fix: use simple event handler for file selection instead of $effect
Replace $effect + bind:files approach with straightforward onchange handler:
- Use event.currentTarget.files[0] to get selected file
- Avoid reactive complexity that caused infinite loops
- Add bind:this reference to file input for clearing
- Clean implementation that works reliably in Svelte 5
2026-01-20 17:29:41 +01:00
..
2023-06-24 15:35:36 +02:00