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

This commit is contained in:
Sivin Varghese
2026-04-14 16:36:06 +05:30
committed by aakashb95
parent e28bd8e415
commit 97879addd5
5 changed files with 30 additions and 10 deletions
@@ -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"