Message: Keep consistent meta position for emoji only text (#3626)
This commit is contained in:
parent
13ead44f1e
commit
6aa4d20458
@ -642,7 +642,7 @@ const Message: FC<OwnProps & StateProps> = ({
|
||||
metaPosition = 'none';
|
||||
} else if (isInDocumentGroupNotLast) {
|
||||
metaPosition = 'none';
|
||||
} else if (hasText && !webPage && !hasAnimatedEmoji) {
|
||||
} else if (hasText && !webPage && !emojiSize) {
|
||||
metaPosition = 'in-text';
|
||||
} else {
|
||||
metaPosition = 'standalone';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user