diff options
| author | andrewdkim <adkim414@gmail.com> | 2020-02-01 16:23:51 -0500 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2020-02-01 16:23:51 -0500 |
| commit | c12573ba5e45271493acf01ee7d63ce9387ac606 (patch) | |
| tree | e4c5c406f618306c83d314532d0c4d16a955f89a /src/client/views/animationtimeline/TimelineOverview.tsx | |
| parent | 69357984b39912076969207651d0560cfc6f904e (diff) | |
lots of changes
Diffstat (limited to 'src/client/views/animationtimeline/TimelineOverview.tsx')
| -rw-r--r-- | src/client/views/animationtimeline/TimelineOverview.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/animationtimeline/TimelineOverview.tsx b/src/client/views/animationtimeline/TimelineOverview.tsx index caa97bb70..553ba890d 100644 --- a/src/client/views/animationtimeline/TimelineOverview.tsx +++ b/src/client/views/animationtimeline/TimelineOverview.tsx @@ -127,10 +127,8 @@ export class TimelineOverview extends React.Component<TimelineOverviewProps>{ render() { - console.log("helo") // calculates where everything should fall based on its size let percentVisible = this.props.visibleLength / this.props.totalLength; - console.log(this.props.visibleLength) let visibleBarWidth = percentVisible * this.overviewBarWidth; let percentScrubberStart = this.props.currentBarX / this.props.totalLength; |
