Jordan Harrison
Jordan Harrison
Changed the color-picker-selector component to set noColor to false before emitting the temp color when changing the color.
**Describe the bug** Pasting a hex value into the hex field does not update the color in the color picker. **To Reproduce** Steps to reproduce the behavior: 1. Click a...
**Describe the idea you have** When deleting the hex value in the hex field of the color picker set the color equal to the empty color instead of #000000. This...
**Describe the bug** When the color picker's initial `selectedColor` value is the `emptyColor` then the first color selected is not set. I believe the fix is quite easy but haven't...