We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the advanced tab, autosaving the color without having to hit select would be a good option to have.
The text was updated successfully, but these errors were encountered:
I acheived this in a local copy by adding a line (menu.find(".color-preview").click();) here:
menu.find(".color-preview").click();
https://github.com/lauren/pick-a-color/blob/master/src/js/pick-a-color.js#L339
Probably not the cleanest, but it did work - also it didn't use settings
settings
EDIT: More specific selector in case multiple color pickers are on 1 page
Sorry, something went wrong.
No branches or pull requests
When using the advanced tab, autosaving the color without having to hit select would be a good option to have.
The text was updated successfully, but these errors were encountered: