humanmade / Custom-Meta-Boxes

Lets you easily create metaboxes with custom fields that will blow your mind.
522 stars 124 forks source link

ed.render is not a function when grouping wysiwyg fields. #412

Closed tareiking closed 7 years ago

tareiking commented 7 years ago

If a group contains multiple wysiwyg fields, the first is rendered, but the second (and presumed subsequent) wysiwyg fields are not.

A JS error ed.render is not a function... is traced to field-wysiwyg.js.

A recent JS CS sweep seems to have unintentionally moved ed.render to a new code block.

PR enroute.