Call afterComponentDidMount() after componentDidMount
This commit is contained in:
parent
e53497421e
commit
a7006307bf
1 changed files with 1 additions and 1 deletions
|
@ -207,8 +207,8 @@ export default class extends React.Component {
|
|||
});
|
||||
}).done();
|
||||
}
|
||||
this._afterComponentDidMount();
|
||||
this.fixupHeight();
|
||||
this._afterComponentDidMount();
|
||||
}
|
||||
|
||||
// To be overridden by subclasses (e.g. MStickerBody) for further
|
||||
|
|
Loading…
Reference in a new issue