rollback to virtua v0.9.1

This commit is contained in:
Ren Amamiya
2023-10-11 08:04:20 +07:00
parent 770a63de63
commit c3f399ea0b
4 changed files with 12 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ export function LocalNetworkWidget() {
) : dbEvents.length === 0 ? (
<EventLoader firstTime={true} />
) : (
<VList className="h-full scrollbar-none">
<VList className="h-full scrollbar-none" shift={true}>
{!isFetched ? <EventLoader firstTime={false} /> : null}
{dbEvents.map((item) => renderItem(item))}
<div className="flex items-center justify-center px-3 py-1.5">