Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 87e8e3d

Browse files
authored
Fix EmojiPicker lazy loaded rendering bug (#7225)
1 parent 02d4bb5 commit 87e8e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/views/emojipicker/EmojiPicker.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import QuickReactions from "./QuickReactions";
2828
import Category, { ICategory, CategoryKey } from "./Category";
2929
import { replaceableComponent } from "../../../utils/replaceableComponent";
3030

31-
export const CATEGORY_HEADER_HEIGHT = 22;
32-
export const EMOJI_HEIGHT = 37;
31+
export const CATEGORY_HEADER_HEIGHT = 20;
32+
export const EMOJI_HEIGHT = 35;
3333
export const EMOJIS_PER_ROW = 8;
3434

3535
const ZERO_WIDTH_JOINER = "\u200D";

0 commit comments

Comments
 (0)