Fixes typo, comment
This commit is contained in:
parent
0892e0b644
commit
b9c5ed3b03
|
@ -19,7 +19,7 @@ class VideoTrack extends AbstractVideoTrack {
|
||||||
static propTypes = AbstractVideoTrack.propTypes
|
static propTypes = AbstractVideoTrack.propTypes
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Renders video element with animation.
|
* Renders the video element for the associated video track.
|
||||||
*
|
*
|
||||||
* @override
|
* @override
|
||||||
* @returns {ReactElement}
|
* @returns {ReactElement}
|
||||||
|
|
|
@ -229,7 +229,7 @@ class VideoTransform extends Component<Props, State> {
|
||||||
onLayout = { this._onLayout }
|
onLayout = { this._onLayout }
|
||||||
pointerEvents = 'box-only'
|
pointerEvents = 'box-only'
|
||||||
style = { [
|
style = { [
|
||||||
styles.videoTransformedViewContaier,
|
styles.videoTransformedViewContainer,
|
||||||
style
|
style
|
||||||
] }
|
] }
|
||||||
{ ...this.gestureHandlers.panHandlers }>
|
{ ...this.gestureHandlers.panHandlers }>
|
||||||
|
|
|
@ -17,7 +17,7 @@ export default StyleSheet.create({
|
||||||
* that can be visible on special occasions, such as during device rotate
|
* that can be visible on special occasions, such as during device rotate
|
||||||
* animation, or PiP mode.
|
* animation, or PiP mode.
|
||||||
*/
|
*/
|
||||||
videoTransformedViewContaier: {
|
videoTransformedViewContainer: {
|
||||||
overflow: 'hidden'
|
overflow: 'hidden'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue