mirror of https://github.com/openclaw/openclaw.git
fix: satisfy swiftformat in chat view
This commit is contained in:
parent
b3cf07d6cb
commit
a2a26b26fb
|
|
@ -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