Fixed Widget stats

This commit is contained in:
2025-09-15 23:27:21 -06:00
parent b478f05260
commit e4c6440758
13 changed files with 94 additions and 157 deletions

View File

@@ -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)
}