Fix composer placeholder not updating

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-04-08 10:19:52 +01:00
parent 17f3b92726
commit 4447370764
1 changed files with 1 additions and 2 deletions

View File

@ -94,8 +94,7 @@ export default class BasicMessageEditor extends React.Component {
this._emoticonSettingHandle = null;
}
// TODO: [REACT-WARNING] Move into better lifecycle position
UNSAFE_componentWillUpdate(prevProps) { // eslint-disable-line camelcase
componentDidUpdate(prevProps) {
if (this.props.placeholder !== prevProps.placeholder && this.props.placeholder) {
const {isEmpty} = this.props.model;
if (isEmpty) {