You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The minimum slider's value is forced to be less than the maximum slider's value, and the maximum slider's value is forced to be greater than the minimum slider's value. In SwiftUI this approach works and the slider's range gets limited, however in SwiftCrossUI under the AppKitBackend the sliders jitter back and forth quickly when you slide them past the artificial min/max limits.
The text was updated successfully, but these errors were encountered:
The
minimum
slider's value is forced to be less than themaximum
slider's value, and themaximum
slider's value is forced to be greater than theminimum
slider's value. In SwiftUI this approach works and the slider's range gets limited, however in SwiftCrossUI under the AppKitBackend the sliders jitter back and forth quickly when you slide them past the artificial min/max limits.The text was updated successfully, but these errors were encountered: