refactor: remove scroll compensation logic from photostream components

This commit is contained in:
midzelis
2025-09-28 00:32:38 +00:00
parent 2561a25261
commit 990fdeccb4
11 changed files with 74 additions and 144 deletions
@@ -58,10 +58,8 @@
<Skeleton height={segment.height - segment.timelineManager.headerHeight} {stylePaddingHorizontalPx} />
{/snippet}
{#snippet segment({ segment, onScrollCompensationMonthInDOM })}
{#snippet segment({ segment })}
<SelectableSegment
{segment}
{onScrollCompensationMonthInDOM}
timelineManager={searchResultsManager}
{assetInteraction}
isSelectionMode={false}