jpilfold / ngx-image-viewer

An image viewer component for Angular 2+
MIT License
49 stars 55 forks source link

Scroll on image while zoom via wheel is disabled #13

Closed saberrahul closed 6 years ago

saberrahul commented 6 years ago

Expected Behavior : If image zoom via mouse wheel is disabled, scroll on image should allow the page to be scrolled.

Current Behavior : When image zoom via mouse wheel is disabled, scroll on image does not lets the page to be scrolled.

jpilfold commented 6 years ago

I've made this change and released to npm as part of 1.0.8, let me know if you're happy with the change so we can close this ticket

saberrahul commented 6 years ago

Working as expected. Great work.