From 6b5088dcf18de35fded97ca46205ab55e57d3267 Mon Sep 17 00:00:00 2001 From: geireann Date: Fri, 4 Aug 2023 12:04:21 -0400 Subject: changed node prop to animatedDoc in timeline animation --- src/client/views/animationtimeline/Timeline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/animationtimeline/Timeline.tsx') 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 { {this.children.map(doc => ( this.mapOfTracks.push(ref)} - node={doc} + animatedDoc={doc} currentBarX={this._currentBarX} changeCurrentBarX={this.changeCurrentBarX} transform={this.props.ScreenToLocalTransform()} -- cgit v1.2.3-70-g09d2