mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 07:28:53 -05:00
Show icons (play/pause/next/prev) on touch devices as we dont use native browser
This commit is contained in:
parent
e9431d8191
commit
26cf9241c4
@ -51,8 +51,8 @@ class SeekIndicator extends Component {
|
|||||||
*/
|
*/
|
||||||
show(direction, seconds = this.seekAmount) {
|
show(direction, seconds = this.seekAmount) {
|
||||||
// Skip showing icons on touch devices as native browser controls handle them
|
// Skip showing icons on touch devices as native browser controls handle them
|
||||||
/* if (this.isTouchDevice) {
|
/* if (this.isTouchDevice) {
|
||||||
return;
|
return;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
const el = this.el();
|
const el = this.el();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user