Skip to content

Commit 1431172

Browse files
fix(ui): auto-enable follow mode for streaming inputs
1 parent a4f32f5 commit 1431172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/ui/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func InitialModel(filename string, lines []string, reader io.Reader) Model {
175175
yOffset: 0,
176176
screenWidth: 0,
177177
wrap: false,
178-
following: false,
178+
following: streamer != nil, // Auto-follow for streams
179179
fileSize: fileSize,
180180
watcher: watcher,
181181
foldStackTraces: false,

0 commit comments

Comments
 (0)