BlazorPanzoom
BlazorPanzoom copied to clipboard
Blazor wrapper for timmywil's panzoom library that helps make zooming and panning of Blazor components and elements easier
See [https://github.com/timmywil/panzoom#events](https://github.com/timmywil/panzoom#events) for details on the custom events that panzoom implements using the native [CustomEvent](https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent) API. ## Events (as of panzoom release [4.4.1]) - [ ] `panzoomstart` - [ ]...
So on this page: [https://shaigem.github.io/BlazorPanzoom/inception](https://shaigem.github.io/BlazorPanzoom/inception) initially the inner and outer elements panning works ok, but if the zoom buttons are clicked the panning on inner element is not working anymore.