lightbox: fix ccw rotation hotkey

This commit is contained in:
ed 2023-09-03 19:23:29 +00:00
parent ae9cfea939
commit 9ba2dec9b2

View file

@ -261,7 +261,7 @@ window.baguetteBox = (function () {
setloop(1); setloop(1);
else if (k == "BracketRight") else if (k == "BracketRight")
setloop(2); setloop(2);
else if (e.shiftKey) else if (e.shiftKey && k != 'KeyR')
return; return;
else if (k == "ArrowLeft" || k == "KeyJ") else if (k == "ArrowLeft" || k == "KeyJ")
showPreviousImage(); showPreviousImage();