bugfixes and small UI tweaks (#11360)

This commit is contained in:
Josh Hawkins
2024-05-13 07:42:11 -05:00
committed by GitHub
parent 9680f2a574
commit fbec08354c
4 changed files with 8 additions and 6 deletions

View File

@@ -147,9 +147,11 @@ export function EventReviewTimeline({
});
}
}
// don't scroll when segments update from unreviewed -> reviewed
// we know that these deps are correct
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [
selectedTimelineRef,
segments,
showMinimap,
alignStartDateToTimeline,
visibleTimestamps,