Skip to content

v2.1.2

Latest
Compare
Choose a tag to compare
@musama619 musama619 released this 13 May 17:41
· 4 commits to main since this release

What's Changed

5330567: Fixed panning issue when the image is flipped and improved reset canvas behavior

  • Resolved an issue where panning behaved incorrectly when the image was flipped. Updated handlePointerDown and handlePointerMove functions to ensure proper panning behavior regardless of image flipping.
  • Moved the resetImage() function call inside the blob callback.