This commit is contained in:
MrSubidubi 2025-08-20 10:41:52 +02:00
parent fd8fb1ed16
commit da9084226d
4 changed files with 91 additions and 38 deletions

View file

@ -5347,7 +5347,7 @@ impl Render for ProjectPanel {
Scrollbars::for_settings::<ProjectPanelSettings>()
.tracked_scroll_handle(self.scroll_handle.clone())
.with_track_along(ScrollAxes::Horizontal)
.tracked_entity(cx.entity()),
.notify_content(),
window,
cx,
)