diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-28 23:02:23 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-28 23:02:23 -0400 |
| commit | c0ec0efe6fb03096c9abbee9e5d72e8cab54bf6b (patch) | |
| tree | 79fc55f099773c6329e83bcda2491de7300fb9fb /src/client/views/animationtimeline/Track.tsx | |
| parent | ab4297e59e142f70b420831a73c3f3e4506eee15 (diff) | |
from last
Diffstat (limited to 'src/client/views/animationtimeline/Track.tsx')
| -rw-r--r-- | src/client/views/animationtimeline/Track.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/animationtimeline/Track.tsx b/src/client/views/animationtimeline/Track.tsx index 9e2ec8886..382bf9b64 100644 --- a/src/client/views/animationtimeline/Track.tsx +++ b/src/client/views/animationtimeline/Track.tsx @@ -35,8 +35,8 @@ export class Track extends React.Component<IProps> { private primitiveWhitelist = [ "x", "y", - "width", - "height", + "_width", + "_height", "opacity", ]; private objectWhitelist = [ |
