You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As if the container is at end of the page, the emojis are displayed behind the below the viewport. Since it takes time to download emoji list, if I add scrollIntoView after few milliseconds, it doesn't appear smooth as first it gets displayed, the layout changes and then page moves up.
Can you add property scrollIntoView that would accept parameters declared and you can call scrollIntoView after successful initialization.
Or is there any event/handler to check if the emoji view is initialized and added to dom?
The text was updated successfully, but these errors were encountered:
It would be great if you can facility to scroll after the element is created, as shown below.
As if the container is at end of the page, the emojis are displayed behind the below the viewport. Since it takes time to download emoji list, if I add scrollIntoView after few milliseconds, it doesn't appear smooth as first it gets displayed, the layout changes and then page moves up.
Can you add property
scrollIntoView
that would accept parameters declared and you can callscrollIntoView
after successful initialization.Or is there any event/handler to check if the emoji view is initialized and added to dom?
The text was updated successfully, but these errors were encountered: