Fix zap button long press scrolling issue
Changelog-Fixed: Fix zap button preventing scrolling
This commit is contained in:
@@ -81,7 +81,7 @@ struct ZapButton: View {
|
|||||||
|
|
||||||
self.showing_zap_customizer = true
|
self.showing_zap_customizer = true
|
||||||
})
|
})
|
||||||
.simultaneousGesture(TapGesture().onEnded {_ in
|
.highPriorityGesture(TapGesture().onEnded {_ in
|
||||||
guard !zapping else {
|
guard !zapping else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user