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 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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: