forked from leftypol/leftypol
Make scroller in expand-video.js passive
This commit is contained in:
parent
fa4f543a2d
commit
bb34acedf6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue