pIvan / ngx-color-picker

Pure Angular color picker library.
MIT License
94 stars 17 forks source link

Prevent stringToColor from throwing an error when parsing partial hex code #58

Closed jk-clarabridge closed 2 years ago

jk-clarabridge commented 2 years ago

line 480 (hexArray.length) throws an error if this method parses a partial hex code, as hexArray will be undefined.