aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-29 21:08:37 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-29 21:08:37 -0400
commit43e573ea0cf4634b65b513c633f90be84846f8df (patch)
treec99dc5bed3a3b9569dc4acf2626ebc4f31732831 /src/client/views/animationtimeline
parentd66aaffc27405f4231a29cd6edda3477077ae946 (diff)
changed detailedView template to be a layoutstring. fixed text boxes to allow new templates from templated text boxes. fixed __LAYOUT__ to work with comound layout strings
Diffstat (limited to 'src/client/views/animationtimeline')
-rw-r--r--src/client/views/animationtimeline/Timeline.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/animationtimeline/Timeline.tsx b/src/client/views/animationtimeline/Timeline.tsx
index 677267ca0..fe1e40778 100644
--- a/src/client/views/animationtimeline/Timeline.tsx
+++ b/src/client/views/animationtimeline/Timeline.tsx
@@ -119,9 +119,7 @@ export class Timeline extends React.Component<FieldViewProps> {
}
componentWillUnmount() {
- runInAction(() => {
- this.props.Document.AnimationLength = this._time; //save animation length
- });
+ this.props.Document.AnimationLength = this._time; //save animation length
}
/////////////////////////////////////////////////