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
I am running the ColorWell in a SwiftUI app that uses a MenuBarExtra in the style of a window rendering. Right now I am using the minimal style with my own custom swatch of colors.
The control works great however there is a quirk, related to the Mac OS I think. It seems like the ColorPicker that shows on "Show More Colors..." stops showing after a certain amount of time. It is like the reference to that control gets lost. So in both the minimal and expanded styles, default too, the invocation of the color picker stops over time.
I saw something similar happen when I used the ColorPicker from Apple. Over the course of say 3-5 minutes it no longer became possible to invoke. Your control is more resilient in this regard today in that even without the picker, the user can select a color.
I was wondering if there is some way around it that has eluded me, or if there is a way I can stop showing the "Show More Colors..." button.
The text was updated successfully, but these errors were encountered:
I am running the ColorWell in a SwiftUI app that uses a MenuBarExtra in the style of a window rendering. Right now I am using the minimal style with my own custom swatch of colors.
The control works great however there is a quirk, related to the Mac OS I think. It seems like the ColorPicker that shows on "Show More Colors..." stops showing after a certain amount of time. It is like the reference to that control gets lost. So in both the minimal and expanded styles, default too, the invocation of the color picker stops over time.
I saw something similar happen when I used the ColorPicker from Apple. Over the course of say 3-5 minutes it no longer became possible to invoke. Your control is more resilient in this regard today in that even without the picker, the user can select a color.
I was wondering if there is some way around it that has eluded me, or if there is a way I can stop showing the "Show More Colors..." button.
The text was updated successfully, but these errors were encountered: