Closed vaneenige closed 7 years ago
If by any chance the swatch parameter in toPalette contained null values it would break when getting the population. The updated version skips the null values and leaves a palette array that is only filled with relevant information.
swatch
toPalette
null
Thanks @vaneenige ! merged!
If by any chance the
swatch
parameter intoPalette
containednull
values it would break when getting the population. The updated version skips thenull
values and leaves a palette array that is only filled with relevant information.