Skip to content

Commit

Permalink
Freeform Block: Fix inserting the freeform block (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored and mtias committed Jun 28, 2017
1 parent 2a12de8 commit eb69d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/editable/tinymce.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class TinyMCE extends Component {
}

render() {
const { tagName, style, defaultValue, label } = this.props;
const { tagName = 'div', style, defaultValue, label } = this.props;

// If a default value is provided, render it into the DOM even before
// TinyMCE finishes initializing. This avoids a short delay by allowing
Expand Down

0 comments on commit eb69d53

Please sign in to comment.