File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
src/lib/TranscriptEditor/MediaPlayer Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ class VideoPlayer extends React.Component {
3030 onClick = { this . handlePlayMedia }
3131 onLoadedData = { this . props . onLoadedDataGetDuration }
3232 ref = { this . props . videoRef }
33- // className={ style.videoPreview }
3433 style = { {
3534 display : isDisplayed ,
3635 'max-width' : viewWith ,
Original file line number Diff line number Diff line change @@ -315,9 +315,6 @@ class MediaPlayer extends React.Component {
315315
316316 const playerControlsSection = (
317317 < div className = { styles . controlsSection } >
318- { /* <div className={ styles.titleBox }> */ }
319- { /* <h1 className={ styles.title }>{ this.props.mediaUrl }</h1> */ }
320- { /* </div> */ }
321318 < PlayerControls
322319 title = { this . props . title ? this . props . title : '' }
323320 playMedia = { this . togglePlayMedia . bind ( this ) }
@@ -349,7 +346,6 @@ class MediaPlayer extends React.Component {
349346 return (
350347 < section className = { styles . topSection } >
351348 < div className = { styles . playerSection } >
352- { /* { this.props.mediaUrl !== null ? player : null } */ }
353349 { this . props . mediaUrl !== null ? playerControlsSection : null }
354350 </ div >
355351 { this . props . mediaUrl !== null ? progressBar : null }
You can’t perform that action at this time.
0 commit comments