Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(big-play-button): component remains displayed when seeking (#8484)
This issue happen when the `player` has the class `vjs-show-big-play-button-on-pause` and a `seek` occurs, resulting in the `loadingSpinner` being hidden behind the `bigPlayButton`. - Avoids displaying `bigPlayButton` while `seeking`
- Loading branch information