diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-30 18:24:01 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-30 18:24:01 -0400 |
| commit | b03be7d0cb63c36c74f3f4ee7524459846e0b9ea (patch) | |
| tree | a243772be5b4c28365a8104acabc83492a7c6d21 /src/client/views/animationtimeline | |
| parent | f24477e19320ce5055fa5c5e3dd5007d590397a9 (diff) | |
fixed performance issue with links
Diffstat (limited to 'src/client/views/animationtimeline')
| -rw-r--r-- | src/client/views/animationtimeline/Timeline.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/animationtimeline/Timeline.tsx b/src/client/views/animationtimeline/Timeline.tsx index e0935285f..093310755 100644 --- a/src/client/views/animationtimeline/Timeline.tsx +++ b/src/client/views/animationtimeline/Timeline.tsx @@ -484,7 +484,6 @@ export class Timeline extends React.Component<FieldViewProps> { render() { setTimeout(() => this.changeLengths(), 0); - trace(); // change visible and total width return ( <div style={{ visibility: "visible" }}> |
