This commit is contained in:
mgabdev
2020-03-31 12:04:50 -04:00
parent bfda5978d1
commit 1a33759e19
37 changed files with 651 additions and 458 deletions

View File

@@ -210,7 +210,7 @@ class Video extends PureComponent {
const y = 1 - ((e.clientY - rect.top) / this.volHeight)
if (!isNaN(y)) {
var slideamt = y
const slideamt = y
if (y > 1) {
slideamt = 1
} else if (y < 0) {