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 43fe75c commit 57afb68Copy full SHA for 57afb68
packages/webui/src/client/ui/SegmentTimeline/SegmentContextMenu.tsx
@@ -252,7 +252,7 @@ export const SegmentContextMenu = withTranslation()(
252
}
253
254
255
- private onSetAsNextFromHere = (part: DBPart, e: React.MouseEvent | React.TouchEvent) => {
+ private onSetAsNextFromHere = (part: DBPart, e) => {
256
const offset = this.getTimePosition()
257
this.props.onSetNext(part, e, offset || 0)
258
0 commit comments