Skip to content
Snippets Groups Projects
Unverified Commit 812f2754 authored by Awais Jibran's avatar Awais Jibran Committed by GitHub
Browse files

Merge pull request #18543 from edx/aj/a11y-video-seek-issue

Video player seek issue
parents ef3ee200 99786d9d
Branches
Tags
No related merge requests found
......@@ -447,7 +447,6 @@ function(HTML5Video, HTML5HLSVideo, Resizer, HLS, _, Time) {
this.videoPlayer.goToStartTime = false;
this.videoPlayer.seekTo(time);
this.trigger('videoProgressSlider.focusSlider');
this.el.trigger('seek', [time, oldTime, type]);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment