Add placeholders for sticker images (and fancy transitions).
This commit is contained in:
parent
b2bb15beb3
commit
c59dd5b840
2 changed files with 79 additions and 6 deletions
|
@ -192,6 +192,12 @@ export default class extends React.Component {
|
|||
});
|
||||
}).done();
|
||||
}
|
||||
this._afterComponentDidMount();
|
||||
}
|
||||
|
||||
// To be overridden by subclasses (e.g. MStickerBody) for further
|
||||
// initialisation after componentDidMount
|
||||
_afterComponentDidMount() {
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue