You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you click on the Close (x) icon, it throws the following JS error:
video.js:498 VIDEOJS: ERROR: TypeError: Cannot read property 'trigger' of null
at e.close (videojs-share.min.js:7)
at CloseButton.bound (video.js:2348)
at HTMLButtonElement.bound (video.js:2348)
at HTMLButtonElement.data.dispatcher (video.js:1971)
at trigger (video.js:2103)
at CloseButton.trigger$$1 [as trigger] (video.js:2964)
at CloseButton.handleClick (video.js:12956)
at HTMLButtonElement.bound (video.js:2348)
at HTMLButtonElement.data.dispatcher (video.js:1971)
The text was updated successfully, but these errors were encountered:
When you click on the Close (x) icon, it throws the following JS error:
The text was updated successfully, but these errors were encountered: