Skip to content

Commit

Permalink
fix(FEC-12979): Image Player - overlay Play/Pause button is displayed…
Browse files Browse the repository at this point in the history
… on mobile (#733)

solves FEC-12979
  • Loading branch information
JonathanTGold committed Mar 6, 2023
1 parent 76e168f commit 5d204d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui-presets/img.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import style from '../styles/style.scss';
import {Fragment, h, Component} from 'preact';
import {PlayerArea, withPlayerPreset} from '../components/player-area';
import {OverlayAction} from '../components/overlay-action';
import {Loading} from '../components/loading';
import {Fullscreen} from '../components/fullscreen';
import {VrStereo} from '../components/vr-stereo';
Expand Down Expand Up @@ -54,7 +53,6 @@ class ImgUI extends Component {
<div className={style.playbackGuiWrapper}>
<PlayerArea name={'PresetArea'}>
<div className={style.playerGui} id="player-gui">
<OverlayAction />
<VideoArea />
<GuiArea>
<Fragment>
Expand Down

0 comments on commit 5d204d3

Please sign in to comment.