Dan Collins 2 weeks ago committed by GitHub
commit 91fb6ff926
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -144,6 +144,10 @@ document.addEventListener("keydown", (event) => {
return;
}
if (event.target.classList.contains("jcrop-widget") && (event.key === "ArrowLeft" || event.key === "ArrowRight")) {
return;
}
const videoElement = document.getElementById("video");
switch (event.key) {
case "ArrowLeft":

Loading…
Cancel
Save