We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f0ac2 commit 7308d9fCopy full SHA for 7308d9f
src/textual/_compositor.py
@@ -614,7 +614,6 @@ def add_widget(
614
- widget.scrollbar_size_horizontal
615
)
616
617
- capped_scroll_y = widget.validate_scroll_y(new_scroll_y)
618
widget.set_reactive(Widget.scroll_y, new_scroll_y)
619
widget.set_reactive(Widget.scroll_target_y, new_scroll_y)
620
widget.vertical_scrollbar._reactive_position = new_scroll_y
0 commit comments