Open DaveZMB opened 2 years ago
Issue #87 describes a bug that occurs when users enter a hex value without prepending a #.
#
This PR simply prepends a # to the hex value if it was missing, allowing the color picker to accept hex values like #000 or 000.
#000
000
Issue #87 describes a bug that occurs when users enter a hex value without prepending a
#
.This PR simply prepends a
#
to the hex value if it was missing, allowing the color picker to accept hex values like#000
or000
.