Skip to content

Commit 5fff5d6

Browse files
committed
Avoid vertical_overflow='visible'
When this is set and content that has been scrolled gets updated, it gets erroneously duplicated
1 parent fe7c52f commit 5fff5d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chatlas/_display.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def __init__(self, echo_options: "EchoOptions"):
4646
self.content: str = ""
4747
self.live = Live(
4848
auto_refresh=False,
49-
vertical_overflow="visible",
5049
console=Console(
5150
**echo_options["rich_console"],
5251
),

0 commit comments

Comments
 (0)