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
If the incoming message contains an image, for example:
<imgsrc="http://via.placeholder.com/350x350" />
the StayScrolled component doesn't stay scrolled. This is presumably because the image is loaded asynchronously into the dom. Is there a recommended workaround for this? Thanks, and great job on this library!
The text was updated successfully, but these errors were encountered:
@medberg Sorry for the late reply!
Thanks for finding the solution to the issue :)
Let me reopen this because there should probably be an example showing how to do this.
I'd greatly appreciate it if you could submit one, otherwise I'll get around to adding one!
If the incoming message contains an image, for example:
the
StayScrolled
component doesn't stay scrolled. This is presumably because the image is loaded asynchronously into the dom. Is there a recommended workaround for this? Thanks, and great job on this library!The text was updated successfully, but these errors were encountered: