Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed RichText placeholder whitespace.
The RichText CSS uses a rule based on attribute data-is-placeholder-visible. The TinyMce component was just setting this attribute when componentWillReceiveProps is invoked while it should also set it after the first mount for the first props received after TinyMce setup is complete.
- Loading branch information