visx icon indicating copy to clipboard operation
visx copied to clipboard

feat(zoom): Allow custom gesture handlers

Open RamonEspinosa opened this issue 9 months ago • 0 comments

:rocket: Enhancements

  • Introduce 'createGestureHandlers' function prop in the Zoom component to enable developers define custom gestures. This allows for flexibility in disabling wheel events or overriding default pinch gestures, improving customization options.

:memo: Documentation

  • Added basic description for the new createGestureHandlers prop.

Should close #1798 and #1845

RamonEspinosa avatar Jun 01 '24 03:06 RamonEspinosa