Add placeholders for sticker images (and fancy transitions).

This commit is contained in:
Richard Lewis 2018-03-08 12:31:01 +00:00
parent b2bb15beb3
commit c59dd5b840
2 changed files with 79 additions and 6 deletions

View file

@ -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() {