fix: clean up conversation list rendering (#14107)

This commit is contained in:
Sivin Varghese
2026-04-20 15:48:06 +05:30
committed by GitHub
parent 3a4738729d
commit 1de90ec136
2 changed files with 6 additions and 4 deletions
@@ -65,12 +65,11 @@ defineExpose({ conversationListRef });
>
<Virtualizer
ref="virtualListRef"
v-slot="{ item, index }"
v-slot="{ item }"
:data="conversationList"
class="[&>div:has(+_div_.active)>*]:!border-n-surface-1 [&>div:has(+_div_.selected)>*]:!border-n-surface-1"
>
<ConversationItem
:key="index"
:source="item"
:label="label"
:team-id="teamId"