From 1f4f7868ca75260a7578edbd830cf1375387978c Mon Sep 17 00:00:00 2001 From: valere Date: Tue, 23 Dec 2025 12:56:42 +0100 Subject: [PATCH] drop old code --- app/components/Bucket.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/components/Bucket.vue b/app/components/Bucket.vue index eecb754..e387dab 100644 --- a/app/components/Bucket.vue +++ b/app/components/Bucket.vue @@ -27,8 +27,6 @@ const dataStore = useDataStore() const isDragOver = ref(false) const drag = ref(false) const tracks = ref(props.modelValue || []) -const touchedCard = ref(null) -const touchStartPos = ref<{ x: number, y: number } | null>(null) watch(() => props.modelValue, (newValue) => { if (newValue) {