drop old code
All checks were successful
Deploy App / build (push) Successful in 1m0s
Deploy App / deploy (push) Successful in 14s

This commit is contained in:
valere
2025-12-23 12:56:42 +01:00
parent 2c826e29ea
commit 1f4f7868ca

View File

@@ -27,8 +27,6 @@ const dataStore = useDataStore()
const isDragOver = ref(false)
const drag = ref(false)
const tracks = ref<any[]>(props.modelValue || [])
const touchedCard = ref<any>(null)
const touchStartPos = ref<{ x: number, y: number } | null>(null)
watch(() => props.modelValue, (newValue) => {
if (newValue) {