You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed when I close the Lightbox Modal on a single image, that image gets removed before the modal goes away. This produces an abrupt resize of the modal since there is no image to expand the modal's dimensions, moments before the modal disappears.
I'm using a local copy of angular-bootstrap-lightbox.js ver 0.12.0
Commenting out line 692 resize(); seems to fix the issue for now.
The text was updated successfully, but these errors were encountered:
I noticed when I close the Lightbox Modal on a single image, that image gets removed before the modal goes away. This produces an abrupt resize of the modal since there is no image to expand the modal's dimensions, moments before the modal disappears.
I'm using a local copy of angular-bootstrap-lightbox.js ver 0.12.0
Commenting out line 692
resize();
seems to fix the issue for now.The text was updated successfully, but these errors were encountered: