Open
Description
Let say we have and some list of items, in the @totop
event i fetch more items and concatenate them, and after that scroll immediately goes to 0 (at the very top) which is wrong, it should stay where it was before fetching new items.
is there any solutions?
actually i made one by finding id of last message before fetching new ones and finding that message in new list then scrollToIndex
but the scroll still glitches i see that transition after very top to the index. it looks awful :(