pull/3710/head
Conduitry 6 years ago
parent 6042b20fe7
commit 04eb2ed54a

@ -14,7 +14,7 @@
showControlsTimeout = setTimeout(() => showControls = false, 2500);
showControls = true;
if (e.buttons !== 1) return; // mouse not down
if (!(e.buttons & 1)) return; // mouse not down
if (!duration) return; // video not loaded yet
const { left, right } = this.getBoundingClientRect();

Loading…
Cancel
Save