themyth92 / ngx-lightbox

Lightbox2 use with angular >= 5
MIT License
115 stars 67 forks source link

Fix issue #61 - view generation exception when using zoom or rotate o… #67

Closed RabidArts closed 4 years ago

RabidArts commented 4 years ago

Fix issue with view generation when using zoom or rotate options As per https://github.com/themyth92/ngx-lightbox/issues/61

The view generation throws an exception when using showZoom or showRotate. Solution for now is to queue changes to showZoomButton/showRotateButton for the next cycle of view generation by using setTimeout(0).

themyth92 commented 4 years ago

Tks a lot @RabidArts