diff --git a/packages/strapi-plugin-content-manager/admin/src/components/Wysiwyg/index.js b/packages/strapi-plugin-content-manager/admin/src/components/Wysiwyg/index.js index 082a4b6f3e..13cdff6bbf 100644 --- a/packages/strapi-plugin-content-manager/admin/src/components/Wysiwyg/index.js +++ b/packages/strapi-plugin-content-manager/admin/src/components/Wysiwyg/index.js @@ -207,9 +207,9 @@ class Wysiwyg extends React.Component { () => { this.focus(); // Update the parent reducer - this.sendData(newEditorState); } ); + this.sendData(newEditorState); return; } @@ -220,10 +220,9 @@ class Wysiwyg extends React.Component { }, () => { this.focus(); - // Update the parent reducer - this.sendData(newEditorState); } ); + this.sendData(newEditorState); return; };