diff options
Diffstat (limited to 'Hotline/macOS/MessageView.swift')
| -rw-r--r-- | Hotline/macOS/MessageView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Hotline/macOS/MessageView.swift b/Hotline/macOS/MessageView.swift index 19b48f2..e880435 100644 --- a/Hotline/macOS/MessageView.swift +++ b/Hotline/macOS/MessageView.swift @@ -88,7 +88,6 @@ struct MessageView: View { print("SCROLLED TO BOTTOM") } .onAppear { - print("SCROLLED TO BOTTOM ON APPEAR") reader.scrollTo(bottomID, anchor: .bottom) } .scrollDismissesKeyboard(.interactively) |