TokamakUI / Tokamak

SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms
Apache License 2.0
2.62k stars 111 forks source link

Fix isPressed for ButtonConfiguration #537

Open ffried opened 1 year ago

ffried commented 1 year ago

This should fix #534.

ffried commented 1 year ago

@carson-katri I've fixed a small bug in my first implementation (re-entering the button while holding the mouse down didn't work correctly). Also, the two workflow runs that previously failed don't seem to be related to my changes.