Skip to content

Commit

Permalink
Return visibility to the element
Browse files Browse the repository at this point in the history
  • Loading branch information
designfrontier committed Jul 23, 2015
1 parent d5ee344 commit 27e0d1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/components/TinyMCE.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ var TinyMCE = React.createClass({
};

tinymce.init(config);

self.getDOMNode().style.hidden = "";

this._isInit = true;
},

Expand Down

0 comments on commit 27e0d1d

Please sign in to comment.