Skip to content

autoscroll (to the bottom) feature #32

Open
@emabiz

Description

@emabiz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions