summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/list.tsx
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-02-02 00:18:42 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-02-02 00:18:42 +0000
commitfa75d922ed9e9c7e11ae43baec933674d5d3012d (patch)
treeb7a2bce79b6df746bbafdb7d7938468dea646c2e /packages/ui/src/components/list.tsx
parente445dc07464d75c893756f6e256c1755d9e2285e (diff)
downloadopencode-fa75d922ed9e9c7e11ae43baec933674d5d3012d.tar.gz
opencode-fa75d922ed9e9c7e11ae43baec933674d5d3012d.zip
chore: generate
Diffstat (limited to 'packages/ui/src/components/list.tsx')
-rw-r--r--packages/ui/src/components/list.tsx10
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/ui/src/components/list.tsx b/packages/ui/src/components/list.tsx
index 950ad3d20..15854180e 100644
--- a/packages/ui/src/components/list.tsx
+++ b/packages/ui/src/components/list.tsx
@@ -268,13 +268,7 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void })
{searchAction()}
</div>
</Show>
- <ScrollFade
- ref={setScrollRef}
- direction="vertical"
- fadeStartSize={0}
- fadeEndSize={20}
- data-slot="list-scroll"
- >
+ <ScrollFade ref={setScrollRef} direction="vertical" fadeStartSize={0} fadeEndSize={20} data-slot="list-scroll">
<Show
when={flat().length > 0 || showAdd()}
fallback={
@@ -349,4 +343,4 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void })
</ScrollFade>
</div>
)
-} \ No newline at end of file
+}