diff --git a/frontend-tools/video-js/src/components/controls/SeekIndicator.js b/frontend-tools/video-js/src/components/controls/SeekIndicator.js index 9a229816..ac6a7373 100644 --- a/frontend-tools/video-js/src/components/controls/SeekIndicator.js +++ b/frontend-tools/video-js/src/components/controls/SeekIndicator.js @@ -51,8 +51,8 @@ class SeekIndicator extends Component { */ show(direction, seconds = this.seekAmount) { // Skip showing icons on touch devices as native browser controls handle them - /* if (this.isTouchDevice) { - return; + /* if (this.isTouchDevice) { + return; } */ const el = this.el();