diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-29 11:22:51 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-29 11:22:51 -0400 |
commit | a98ed068ac96957b872928dab0d19327e38b31d4 (patch) | |
tree | 8ae8bb4ecd3b9ceb4913e88c29155cde6fe0a7df /src | |
parent | 0d17c38d1fa4a2db3d11e57d4325f5c5ee311d59 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index feee1ffac..613929bca 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -158,8 +158,6 @@ export class VideoBox extends ViewBoxAnnotatableComponent<FieldViewProps, VideoD this.layoutDoc._height = (this.layoutDoc._width || 0) / youtubeaspect; } } - - this.player && (this.player.style.transform = ""); } componentWillUnmount() { |