diff --git a/Sources/GrowthLapse/ContentView.swift b/Sources/GrowthLapse/ContentView.swift index eb4aa3c..3483476 100644 --- a/Sources/GrowthLapse/ContentView.swift +++ b/Sources/GrowthLapse/ContentView.swift @@ -369,7 +369,11 @@ struct ContentView: View { .foregroundStyle(.secondary) } .contentShape(Rectangle()) + .onTapGesture { + selectedClipID = clip.id + } .onTapGesture(count: 2) { + selectedClipID = clip.id if clip.availableVariants.count > 1 { variantPickerClip = clip }