mirror of
https://github.com/9001/copyparty.git
synced 2026-03-17 21:53:18 +10:00
lightbox: fix ccw rotation hotkey
This commit is contained in:
@@ -261,7 +261,7 @@ window.baguetteBox = (function () {
|
||||
setloop(1);
|
||||
else if (k == "BracketRight")
|
||||
setloop(2);
|
||||
else if (e.shiftKey)
|
||||
else if (e.shiftKey && k != 'KeyR')
|
||||
return;
|
||||
else if (k == "ArrowLeft" || k == "KeyJ")
|
||||
showPreviousImage();
|
||||
|
||||
Reference in New Issue
Block a user