Skip to content

Commit a4fd32d

Browse files
committed
fix: lower time for UI settle before changing isVisible
1 parent 83c38f1 commit a4fd32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/ui/SegmentTimeline/SegmentTimelineContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ const SegmentTimelineContainerContent = withResolvedSegment(
549549
} else {
550550
this.isVisible = true
551551
}
552-
}, 2000)
552+
}, 1200)
553553
}
554554

555555
startLive = () => {

0 commit comments

Comments
 (0)