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

@@ -94,7 +94,12 @@ export function ChatScreen() {
</p>
</div>
) : (
<VList ref={listRef} className="h-full scrollbar-none" reverse>
<VList
ref={listRef}
className="h-full scrollbar-none"
mode="reverse"
shift={true}
>
{data.map((message) => renderItem(message))}
</VList>
)}