refactor(web): rename loadMonthGroup to loadSegment API

This commit is contained in:
midzelis
2025-09-18 14:38:09 +00:00
parent 3e9f713d81
commit 8d4978602b
6 changed files with 37 additions and 33 deletions
@@ -17,11 +17,7 @@ export function updateIntersectionMonthGroup(timelineManager: TimelineManager, m
INTERSECTION_EXPAND_BOTTOM,
);
}
month.intersecting = actuallyIntersecting || preIntersecting;
month.actuallyIntersecting = actuallyIntersecting;
if (preIntersecting || actuallyIntersecting) {
timelineManager.clearDeferredLayout(month);
}
month.updateIntersection({ intersecting: actuallyIntersecting || preIntersecting, actuallyIntersecting });
}
/**