We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9388cb0 + 72912c2 commit d773f17Copy full SHA for d773f17
Sources/gitdiff/Views/DiffFileView.swift
@@ -55,7 +55,7 @@ struct DiffFileView: View {
55
.frame(maxWidth: .infinity, alignment: .leading)
56
.background(configuration.theme.headerBackground)
57
58
- VStack(spacing: configuration.lineSpacing.value) {
+ LazyVStack(spacing: configuration.lineSpacing.value) {
59
ForEach(hunk.lines) { line in
60
DiffLineView(line: line)
61
}
0 commit comments