Fix more stuff, particularly event handlers

This commit is contained in:
Jon Staab
2025-02-03 17:21:46 -08:00
parent 8d3433b167
commit 24045a7e2a
150 changed files with 424 additions and 392 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import {onMount} from "svelte"
import Icon from "@lib/components/Icon.svelte"
let {src = "", size = 7, icon = "user-rounded", style = "", ...restProps} = $props()
const {src = "", size = 7, icon = "user-rounded", style = "", ...restProps} = $props()
let element: HTMLElement