fix: post-release shared instances (#6860)

* fix: qa

* fix: lint
This commit is contained in:
Calum H.
2026-07-24 17:54:00 +00:00
committed by GitHub
parent 5e155d69b6
commit cc0d3bf42c
5 changed files with 16 additions and 18 deletions
@@ -217,12 +217,6 @@ function expandedCardPosition(index: number) {
function cardPosition(index: number) {
const position = isExpanded.value ? expandedCardPosition(index) : collapsedCardPosition(index)
const item = props.items[index]
if (index === 0 && singleItemEntrance.value) {
return {
...position,
opacity: 0,
}
}
if (!item || !enteringItemIds.value.has(item.id)) return position
return {