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 importing bulk colors with a comma and space delimitation, the last color in the array is given an extra space before the color value.
This input into the bulk import: ff00ff, ff0000, 0000ff
ff00ff, ff0000, 0000ff
will assign # to all colors, and the final color will output as: # 0000ff
#
# 0000ff
This breaks the function and returns only the valid colors into the input.
All colors import and dialog dismissed
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
When importing bulk colors with a comma and space delimitation, the last color in the array is given an extra space before the color value.
This input into the bulk import:
ff00ff, ff0000, 0000ff
will assign
#
to all colors, and the final color will output as:# 0000ff
This breaks the function and returns only the valid colors into the input.
Steps to reproduce
Expected behavior
All colors import and dialog dismissed
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: