We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0474224 commit d0eb90dCopy full SHA for d0eb90d
packages/webui/src/client/ui/SegmentTimeline/SegmentTimeline.tsx
@@ -304,14 +304,6 @@ export class SegmentTimelineClass extends React.Component<Translated<WithTiming<
304
RundownViewEventBus.off(RundownViewEvents.SEGMENT_ZOOM_OFF, this.onRundownEventSegmentZoomOff)
305
}
306
307
- componentDidUpdate(prevProps: Translated<WithTiming<IProps>>): void {
308
- if (this.props.isSelected !== prevProps.isSelected) {
309
- this.setState({
310
- isSelected: this.props.isSelected,
311
- })
312
- }
313
314
-
315
private highlightTimeout: NodeJS.Timer | undefined
316
317
private onHighlight = (e: HighlightEvent) => {
0 commit comments