File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
packages/webui/src/client/ui Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -1077,7 +1077,6 @@ export class SegmentTimelineClass extends React.Component<Translated<WithTiming<
10771077 }
10781078 } }
10791079 >
1080- { /* for debugging: */ this . state . isSelected && < span > **</ span > }
10811080 { /* for debugging: */ this . props . isSelected && < span > !!</ span > }
10821081 { this . props . segment . name }
10831082 </ h2 >
Original file line number Diff line number Diff line change @@ -217,8 +217,7 @@ function EditingTypeAction(props: {
217217 MeteorCall . userAction . executeUserChangeOperation (
218218 e ,
219219 ts ,
220- //@ts -expect-error TODO: Fix this
221- props . contextMenuContext ?. segment ?. rundownId ,
220+ props . rundownId ,
222221 {
223222 segmentExternalId : props . segment ?. externalId ,
224223 partExternalId : props . part ?. externalId ,
@@ -250,8 +249,7 @@ function EditingTypeAction(props: {
250249 MeteorCall . userAction . executeUserChangeOperation (
251250 e ,
252251 ts ,
253- //@ts -expect-error TODO: Fix this
254- props . contextMenuContext ?. segment ?. rundownId ,
252+ props . rundownId ,
255253 {
256254 segmentExternalId : props . segment ?. externalId ,
257255 partExternalId : props . part ?. externalId ,
@@ -377,8 +375,7 @@ function EditingTypeChangeSource(props: {
377375 MeteorCall . userAction . executeUserChangeOperation (
378376 e ,
379377 ts ,
380- //@ts -expect-error TODO: Fix this
381- props . contextMenuContext ?. segment ?. rundownId ,
378+ props . rundownId ,
382379 {
383380 segmentExternalId : props . segment ?. externalId ,
384381 partExternalId : props . part ?. externalId ,
You can’t perform that action at this time.
0 commit comments