Skip to content

Commit 7308d9f

Browse files
committed
no longer needed
1 parent 16f0ac2 commit 7308d9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/textual/_compositor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,6 @@ def add_widget(
614614
- widget.scrollbar_size_horizontal
615615
)
616616
)
617-
capped_scroll_y = widget.validate_scroll_y(new_scroll_y)
618617
widget.set_reactive(Widget.scroll_y, new_scroll_y)
619618
widget.set_reactive(Widget.scroll_target_y, new_scroll_y)
620619
widget.vertical_scrollbar._reactive_position = new_scroll_y

0 commit comments

Comments
 (0)