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/Track.tsx | |
| parent | eab360d4c415163e4bfe14f167c84b58902971b5 (diff) | |
timeline overview completed!
Diffstat (limited to 'src/client/views/animationtimeline/Track.tsx')
| -rw-r--r-- | src/client/views/animationtimeline/Track.tsx | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/animationtimeline/Track.tsx b/src/client/views/animationtimeline/Track.tsx index 64e94f0f1..6bdabeb93 100644 --- a/src/client/views/animationtimeline/Track.tsx +++ b/src/client/views/animationtimeline/Track.tsx @@ -94,6 +94,7 @@ export class Track extends React.Component<IProps> {                  this.props.node.hidden = false;                  await this.timeChange(this.props.currentBarX);              } else { +                console.log("heuulloo");                   this.props.node.hidden = true;              }          }, { fireImmediately: true });  | 
