We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd64f5b commit e9f1d14Copy full SHA for e9f1d14
packages/webui/src/client/styles/rundownView.scss
@@ -1568,7 +1568,7 @@ svg.icon {
1568
bottom: 0;
1569
right: 1px;
1570
z-index: 10;
1571
- pointer-events: all;
+ pointer-events: none;
1572
background-image: repeating-linear-gradient(
1573
45deg,
1574
var(--invalid-reason-color-transparent) 0%,
packages/webui/src/client/ui/SegmentTimeline/SegmentContextMenu.tsx
@@ -139,7 +139,7 @@ export const SegmentContextMenu = withTranslation()(
139
)}
140
</>
141
142
- {part && !part.instance.part.invalid && timecode !== null && (
+ {part && timecode !== null && (
143
<>
144
<MenuItem
145
onClick={(e) => this.props.onSetNext(part.instance.part, e)}
0 commit comments