Open gmcusaro opened 2 years ago
Updating .animation(.interactiveSpring()) with its boolean value .animation(.interactiveSpring(), value: isExpanded) the DragGesture of handle breaks the sheet.
.animation(.interactiveSpring())
.animation(.interactiveSpring(), value: isExpanded)
Sorry for the slow reply! I will definitively look into this.
Updating
.animation(.interactiveSpring())
with its boolean value.animation(.interactiveSpring(), value: isExpanded)
the DragGesture of handle breaks the sheet.