fix: Conversation list overlay issue with Virtua virtualizer (#13648)

This commit is contained in:
Sivin Varghese
2026-02-25 20:18:34 +05:30
committed by GitHub
parent b98c614669
commit 5aef9d2dd0
5 changed files with 30 additions and 10 deletions

View File

@@ -955,10 +955,8 @@ watch(conversationFilters, (newVal, oldVal) => {
ref="virtualListRef"
v-slot="{ item, index }"
:data="conversationList"
:overscan="10"
>
<ConversationItem
:key="item.id"
:source="item"
:label="label"
:team-id="teamId"