Make shortcode emojis work, make getting started area scrollable

This commit is contained in:
Eugen Rochko 2017-01-05 03:14:33 +01:00
parent db21724a5a
commit 98729d50c8
4 changed files with 13 additions and 7 deletions

View file

@ -5,5 +5,5 @@ emojione.sprites = false;
emojione.imagePathPNG = '/emoji/';
export default function emojify(text) {
return emojione.unicodeToImage(text);
return emojione.toImage(text);
};