diff --git a/blocks/editable/tinymce.js b/blocks/editable/tinymce.js index 424c14c630e663..26e762cd72ecba 100644 --- a/blocks/editable/tinymce.js +++ b/blocks/editable/tinymce.js @@ -47,9 +47,9 @@ export default class TinyMCE extends Component { const { removedKeys, updatedKeys } = diffAriaProps( this.props, nextProps ); removedKeys.forEach( ( key ) => - this.editorNode.removeAttribute( key ) ); + this.editorNode.removeAttribute( key ) ); updatedKeys.forEach( ( key ) => - this.editorNode.setAttribute( key, nextProps[ key ] ) ); + this.editorNode.setAttribute( key, nextProps[ key ] ) ); } componentWillUnmount() {