diff options
| author | geireann <geireann.lindfield@gmail.com> | 2023-08-04 12:04:21 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2023-08-04 12:04:21 -0400 |
| commit | 6b5088dcf18de35fded97ca46205ab55e57d3267 (patch) | |
| tree | 11f0694948c5864b2e0166e31f492a9addc86559 /src/client/views/animationtimeline/Timeline.tsx | |
| parent | d982196de5008ccafc4c40a6e9c863e8c3e29d6c (diff) | |
changed node prop to animatedDoc in timeline animation
Diffstat (limited to 'src/client/views/animationtimeline/Timeline.tsx')
| -rw-r--r-- | src/client/views/animationtimeline/Timeline.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/animationtimeline/Timeline.tsx b/src/client/views/animationtimeline/Timeline.tsx index adc97bbb4..7ca13756a 100644 --- a/src/client/views/animationtimeline/Timeline.tsx +++ b/src/client/views/animationtimeline/Timeline.tsx @@ -535,7 +535,7 @@ export class Timeline extends React.Component<FieldViewProps> { {this.children.map(doc => ( <Track ref={ref => this.mapOfTracks.push(ref)} - node={doc} + animatedDoc={doc} currentBarX={this._currentBarX} changeCurrentBarX={this.changeCurrentBarX} transform={this.props.ScreenToLocalTransform()} |
