Fixed Widget stats
This commit is contained in:
@@ -128,7 +128,7 @@ struct LiveActivityDebugView: View {
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.padding(8)
|
||||
.id("bottom")
|
||||
.onChange(of: debugOutput) { _ in
|
||||
.onChange(of: debugOutput) {
|
||||
withAnimation {
|
||||
proxy.scrollTo("bottom", anchor: .bottom)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user