FIX: scroll when clicking first emoji of section (#21020)

This bug was also happening when tabbing through sections
This commit is contained in:
Joffrey JAFFEUX
2023-04-07 14:11:25 +02:00
committed by GitHub
parent 584a3a4237
commit 9117ea0e3f

View File

@@ -390,7 +390,7 @@ export default class ChatEmojiPicker extends Component {
.scrollIntoView({
behavior: "auto",
block: "start",
inline: "nearest",
inline: "start",
});
later(() => {