diff options
-rw-r--r-- | js/cliplibrejs.developer.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/cliplibrejs.developer.js b/js/cliplibrejs.developer.js index 52d5eb4..42a43bc 100644 --- a/js/cliplibrejs.developer.js +++ b/js/cliplibrejs.developer.js @@ -3444,7 +3444,6 @@ librevjs.Player.prototype.userActive = function (bool) { // this happens in fullscreen when we really need to hide the cursor. // // When this gets resolved in ALL browsers it can be removed - // https://code.google.com/p/chromium/issues/detail?id=103041 this.tech.one('mousemove', function (e) { e.stopPropagation(); e.preventDefault(); |