Browse Source

Make scroller in expand-video.js passive

pull/40/head
discomrade 3 years ago
parent
commit
683e614dc6
  1. 2
      js/expand-video.js

2
js/expand-video.js

@ -172,7 +172,7 @@ function setupVideo(thumb, url) {
changeSetting("videovolume", volume);
e.preventDefault();
}
}, false);
}, {passive: true});
// [play once] vs [loop] controls
function setupLoopControl(i) {

Loading…
Cancel
Save