File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /** @file Segment-level free-translation input shared by the segment and continuous views . */
1+ /** @file Segment-level free-translation input rendered by the segment view . */
22import { useLocalizedStrings } from '@papi/frontend/react' ;
33import { useEffect , useState } from 'react' ;
44import {
@@ -19,9 +19,8 @@ const STRING_KEYS = [
1919
2020/**
2121 * Free-translation input for a segment. Reads and writes the segment-level free translation from
22- * the analysis store. Rendered below a segment's tokens in `SegmentView`, and below the strip for
23- * the focused segment in `ContinuousView`. Kept in its own component so the analysis-store hooks
24- * are always called unconditionally.
22+ * the analysis store. Rendered below a segment's tokens in `SegmentView`. Kept in its own component
23+ * so the analysis-store hooks are always called unconditionally.
2524 *
2625 * @param props - Component props
2726 * @param props.segmentId - `Segment.id` of the segment to read/write.
You can’t perform that action at this time.
0 commit comments