forked from coracle/flotilla
Fix more stuff, particularly event handlers
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import {createBubbler} from "svelte/legacy"
|
||||
|
||||
const bubble = createBubbler()
|
||||
let {...props} = $props()
|
||||
const {...props} = $props()
|
||||
|
||||
const onTouchStart = (event: any) => {
|
||||
touch = event.touches[0]
|
||||
|
||||
Reference in New Issue
Block a user