mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
FIX: scroll when clicking first emoji of section (#21020)
This bug was also happening when tabbing through sections
This commit is contained in:
parent
584a3a4237
commit
9117ea0e3f
@ -390,7 +390,7 @@ export default class ChatEmojiPicker extends Component {
|
||||
.scrollIntoView({
|
||||
behavior: "auto",
|
||||
block: "start",
|
||||
inline: "nearest",
|
||||
inline: "start",
|
||||
});
|
||||
|
||||
later(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user