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();
|
}).done();
|
||||||
}
|
}
|
||||||
this._afterComponentDidMount();
|
|
||||||
this.fixupHeight();
|
this.fixupHeight();
|
||||||
|
this._afterComponentDidMount();
|
||||||
}
|
}
|
||||||
|
|
||||||
// To be overridden by subclasses (e.g. MStickerBody) for further
|
// To be overridden by subclasses (e.g. MStickerBody) for further
|
||||||
|
|
Loading…
Reference in a new issue