Skip to content

Commit 0c3dd19

Browse files
committed
Update diff default height to play well with virtual list
I need to debug this a bit closer to understand why a misaligned default height leads to problems in jumpToIndex. Meanwhile, this fixes the problem for now.
1 parent 8dd21ec commit 0c3dd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/components/MultiDiffView.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
{startIndex}
7676
grow
7777
items={changes}
78-
defaultHeight={140}
78+
defaultHeight={102}
7979
visibility="scroll"
8080
renderDistance={100}
8181
>

0 commit comments

Comments
 (0)