fix: satisfy swiftformat in chat view
This commit is contained in:
parent
225b1e72ff
commit
d9503d6163
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user