Re-check visibility on next/prev
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
35258af897
commit
13f6e3c06f
@ -361,6 +361,7 @@
|
||||
this.topStickX = window.scrollX;
|
||||
this.topStickY = window.scrollY;
|
||||
this.loadLightbox(photo);
|
||||
this.triggerVisibilityChecks();
|
||||
},
|
||||
|
||||
|
||||
@ -375,6 +376,7 @@
|
||||
this.topStickX = window.scrollX;
|
||||
this.topStickY = window.scrollY;
|
||||
this.loadLightbox(photo);
|
||||
this.triggerVisibilityChecks();
|
||||
},
|
||||
|
||||
widthChanged: function(calcWidth) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user