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) {