pro_image_editor
pro_image_editor copied to clipboard
[Bug]:Zoom on main editor fail on disable layer
Package Version
9.9.0
Flutter Version
3.29
Platforms
Android, iOS
How to reproduce?
on mobile if zoom is enable, and the layers disable. the main editor cant zoom because the double tap and the pinch will interacts with the layers ( doing nothing but absorbing the gesture)
The issue comes because the rotation and the scale is not in the Gesture so is not translucent
@hm21 The following works but need to investigate why the LayerInteractionHelperWidget manage to ignore the IgnorePointer
The issue with LayerInteractionHelperWidget was the DeferPointer widget inside fixed here: #464