hunkim98 / dotting

Dotting is a pixel art editor component library for react
https://hunkim98.github.io/dotting/
MIT License
46 stars 12 forks source link

Fix gridMinimumScale behaviour #115

Closed styopaiv closed 2 months ago

styopaiv commented 2 months ago

Issue: When isGridVisible={false}, the grid reappeared unexpectedly during canvas interactions like panning or zooming.

Fix: Ensured that the grid remains hidden when isGridVisible={false}, regardless of canvas interactions such as panning or zooming. That was caused when GridMinimumScale was introduced. Fixed that behaviour as well.

styopaiv commented 2 months ago

@hunkim98 have a look please

hunkim98 commented 2 months ago

Will approve! Thanks!