Make shortcode emojis work, make getting started area scrollable
This commit is contained in:
@@ -5,5 +5,5 @@ emojione.sprites = false;
|
||||
emojione.imagePathPNG = '/emoji/';
|
||||
|
||||
export default function emojify(text) {
|
||||
return emojione.unicodeToImage(text);
|
||||
return emojione.toImage(text);
|
||||
};
|
||||
|
Reference in New Issue
Block a user