diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-01-09 14:16:44 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-01-09 14:16:44 -0800 |
| commit | 60f90281bf971600733b2d72b747bcb6be9b1c31 (patch) | |
| tree | 2e58d0bce00eb7ea023ec380e134a1b41e5b1051 /Hotline/macOS/ChatView.swift | |
| parent | 382121de2e79303845331d699adcdd777f8f062a (diff) | |
Focus address field in connect view when window opens. Add a note to connect view. Remove some console logging.1.0beta8
Diffstat (limited to 'Hotline/macOS/ChatView.swift')
| -rw-r--r-- | Hotline/macOS/ChatView.swift | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Hotline/macOS/ChatView.swift b/Hotline/macOS/ChatView.swift index 2c154d3..7f7d677 100644 --- a/Hotline/macOS/ChatView.swift +++ b/Hotline/macOS/ChatView.swift @@ -118,7 +118,6 @@ struct ChatView: View { // withAnimation { reader.scrollTo(bottomID, anchor: .bottom) // } - print("SCROLLED TO BOTTOM") } .onAppear { reader.scrollTo(bottomID, anchor: .bottom) |