Open sindresorhus opened 13 years ago
I will test it over the weekend and do the best I can to fix it. For future bugs like this one, please provide a sample code so that I can just copy, paste, and run. Thanks.
You'll notice that the last "received" message is not scrolled into view.
Not sure how to fix it. For now, set the animation to false until all the messages are shown, then set the animation back to true.
I will look into it.
If I do a
.receiveMessage()
right after an.sendMessage()
, the scrolling is set on the.sendMessage()
and not on the last item.receiveMessage()
, like it should, so the last.receiveMessage()
is not shown, and I have to scroll to see it.