mirror of
https://github.com/videojs/video.js.git
synced 2025-01-25 11:13:52 +02:00
03bab83dde
Prevent ClickableComponents re-adding event listeners each time enabled() is called. * Keeps track of enabled state (this.enabled_) * enable() doesn't do anything if the component is enabled, so the event handlers are not re-added Fixes #4312