LiYanan2004 / MegaX

[WIP] A powerful set of reusable SwiftUI components and modifiers
https://liyanan2004.github.io/MegaX/documentation/megax
23 stars 1 forks source link

ResponsiveButton press state bug #6

Closed LiYanan2004 closed 4 months ago

LiYanan2004 commented 4 months ago

ResponsiveButton onPressingChanged triggers after performing the action.

Seems like the onPressingChanged?(true) uses a Task but onPressingChanged?(false) doesn't, which causes data races.

LiYanan2004 commented 4 months ago

Fixed in commit 8f0c76b