Fixed unicode emoji not having a consistent size
Этот коммит содержится в:
@@ -70,7 +70,11 @@ class RhsComment extends React.Component {
|
||||
this.forceUpdate();
|
||||
}
|
||||
parseEmojis() {
|
||||
twemoji.parse(ReactDOM.findDOMNode(this), {size: Constants.EMOJI_SIZE});
|
||||
twemoji.parse(ReactDOM.findDOMNode(this), {
|
||||
className: 'emoticon',
|
||||
base: '',
|
||||
folder: Constants.EMOJI_PATH
|
||||
});
|
||||
}
|
||||
handlePermalink(e) {
|
||||
e.preventDefault();
|
||||
|
||||
Ссылка в новой задаче
Block a user