fix: satisfy swiftformat in chat view
This commit is contained in:
@@ -77,7 +77,7 @@ public struct ClawdisChatView: View {
|
||||
ZStack {
|
||||
ScrollView {
|
||||
LazyVStack(spacing: Layout.messageSpacing) {
|
||||
messageListRows
|
||||
self.messageListRows
|
||||
}
|
||||
// Use scroll targets for stable auto-scroll without ScrollViewReader relayout glitches.
|
||||
.scrollTargetLayout()
|
||||
|
||||
Reference in New Issue
Block a user