diff --git a/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/index.js b/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/index.js index 466b8d552a..1ae34c6107 100644 --- a/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/index.js +++ b/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/index.js @@ -224,7 +224,7 @@ class Wysiwyg extends React.Component { render() { const { editorState } = this.state; - + console.log(this ) if (this.state.toggleFullScreen) { return (
@@ -273,7 +273,6 @@ class Wysiwyg extends React.Component { setRef={(editor) => this.domEditor = editor} spellCheck /> -
{}} placeholder={this.props.placeholder} - tabIndex="-1" + setRef={(dummyEditor) => this.dummyEditor = dummyEditor} />
diff --git a/packages/strapi-helper-plugin/package.json b/packages/strapi-helper-plugin/package.json index d6a4865adc..7dabbc0579 100755 --- a/packages/strapi-helper-plugin/package.json +++ b/packages/strapi-helper-plugin/package.json @@ -111,4 +111,4 @@ "webpack-hot-middleware": "^2.18.2", "whatwg-fetch": "^2.0.3" } -} +} \ No newline at end of file diff --git a/packages/strapi-plugin-upload/package.json b/packages/strapi-plugin-upload/package.json index e14e692ab8..85eb353491 100644 --- a/packages/strapi-plugin-upload/package.json +++ b/packages/strapi-plugin-upload/package.json @@ -48,4 +48,4 @@ "npm": ">= 3.0.0" }, "license": "MIT" -} +} \ No newline at end of file