Fix lightbox portrait mode: dynamic media data position

This commit is contained in:
2020-05-09 19:46:09 +02:00
parent 4a9c303684
commit f45343e47d
7 changed files with 115 additions and 36 deletions

View File

@@ -86,7 +86,7 @@ oSpot.onQuitPage = function() {
oSpot.onKeydown = function(oEvent) {
switch(oEvent.which) {
case 27:
toggleFeedPanel(false);
if(!$('#lightboxOverlay').is(':visible')) toggleFeedPanel(false);
break;
}
}