vigetlabs / colonel-kurtz

A Block Editor
MIT License
319 stars 33 forks source link

Update Section.js #153

Closed tjallingt closed 5 years ago

tjallingt commented 5 years ago

Section was reading color from its own state instead of the CK state passed through props.content. This causes the <input type=color /> to always start out as black (regardless of the configured color) since its value prop will be set to undefined.