Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fs): make sure handlers are unique per player (#7035)
Using Video.js's .bind still makes us attach prototype methods as handlers. Then when one is removed, all handlers are removed. Instead, use arrow methods to make these methods unique. Fixes #7013.
- Loading branch information