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.
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.