lightbox: fix ccw rotation hotkey
This commit is contained in:
parent
ae9cfea939
commit
9ba2dec9b2
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user