feat: timeline-manager improvement to use AssetResponseDto efficiently (#24421)

This commit is contained in:
Min Idzelis
2025-12-10 19:07:31 -05:00
committed by GitHub
parent cbdf5011f9
commit 161147af51
5 changed files with 30 additions and 16 deletions

View File

@@ -188,7 +188,7 @@
// the performance benefits of deferred layouts while still supporting deep linking
// to assets at the end of the timeline.
timelineManager.isScrollingOnLoad = true;
const monthGroup = await timelineManager.findMonthGroupForAsset(assetId);
const monthGroup = await timelineManager.findMonthGroupForAsset({ id: assetId });
if (!monthGroup) {
return false;
}