Closed SouHanaQiao closed 1 year ago
.simultaneousGesture(TapGesture().onEnded { _ in guard isEnabled else { return } isPresented = false }) this will disable button action
.simultaneousGesture(TapGesture().onEnded { _ in guard isEnabled else { return } isPresented = false })
Thank you for reporting this issue. I have found the cause and it should be fixed in 3.0.3
3.0.3
.simultaneousGesture(TapGesture().onEnded { _ in guard isEnabled else { return } isPresented = false })
this will disable button action