mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +08:00
fix(composer-emoji): Fix calculation for category positioning
This commit is contained in:
parent
d5fb58a029
commit
cf926b0346
1 changed files with 1 additions and 3 deletions
|
@ -137,9 +137,7 @@ class EmojiButtonPopover extends React.Component {
|
|||
categoryPositions[category].top = verticalPos;
|
||||
verticalPos += height;
|
||||
categoryPositions[category].bottom = verticalPos;
|
||||
if (category !== 'People') {
|
||||
verticalPos += 24;
|
||||
}
|
||||
verticalPos += 24;
|
||||
}
|
||||
}
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue