diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-08-13 17:26:32 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-08-13 17:26:32 -0400 |
| commit | 91335b57dafdeda7a1feb703b0839337fcbbfecd (patch) | |
| tree | 03428c713efa20dbaa67a88852d1d1858a4efda4 /src/client/views/animationtimeline/Keyframe.tsx | |
| parent | eab360d4c415163e4bfe14f167c84b58902971b5 (diff) | |
timeline overview completed!
Diffstat (limited to 'src/client/views/animationtimeline/Keyframe.tsx')
| -rw-r--r-- | src/client/views/animationtimeline/Keyframe.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/animationtimeline/Keyframe.tsx b/src/client/views/animationtimeline/Keyframe.tsx index dbc26e3d4..f6c04d43e 100644 --- a/src/client/views/animationtimeline/Keyframe.tsx +++ b/src/client/views/animationtimeline/Keyframe.tsx @@ -91,6 +91,8 @@ export namespace KeyframeFunc { regiondata.functions = new List<Doc>(); return regiondata; }; + + } export const RegionDataSchema = createSchema({ |
