Skip to content

Commit a8c8f92

Browse files
committed
fix: correctly update the timeline offset
1 parent ec05515 commit a8c8f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/ui/SegmentTimeline/Parts/FlattenedSourceLayers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function FlattenedSourceLayers(props: Readonly<IFlattenedSourceLayerProps
1919
id="segment-timeline-context-menu"
2020
attributes={{
2121
className: 'segment-timeline__layer segment-timeline__layer--flattened',
22-
onMouseUpCapture: (e) => onMouseDown(e),
22+
onMouseDownCapture: (e) => onMouseDown(e),
2323
role: 'log',
2424
'aria-live': 'assertive',
2525
'aria-label': props.outputLayer.name,

0 commit comments

Comments
 (0)