Open
Description
It could be nice to have the the autoscroll to the bottom.
Attached you can see the implementation (copied and pasted from the tutorial of svelte):
VirtualList.svelte.txt
Usage:
<VirtualList items={$chatMessages} bind:start bind:end let:item autoscroll={true}> <Message msg={item}/> </VirtualList>
Thank you
Emanuele
Metadata
Metadata
Assignees
Labels
No labels