vigetlabs / colonel-kurtz

A Block Editor
MIT License
319 stars 33 forks source link

Ensure onChange merges fields into existing data #147

Open nhunzaker opened 5 years ago

nhunzaker commented 5 years ago

It looks like triggering onChange({ field: "value" }) might not be merging keys into a block's content object. Let's make sure this is the case.