Skip to content

Commit

Permalink
Update standard_renderer.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Suraci <[email protected]>
  • Loading branch information
nervo and vito committed Jun 17, 2024
1 parent 1f323a0 commit 9ce5c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard_renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ func (r *standardRenderer) enableSynchronizedOutput() {
r.mtx.Lock()
defer r.mtx.Unlock()

r.bpActive = true
r.soActive = true
}

// setIgnoredLines specifies lines not to be touched by the standard Bubble Tea
Expand Down

0 comments on commit 9ce5c92

Please sign in to comment.