Skip to content

Fix: Stop trackpad pinch-zoom from scaling the whole page#291

Merged
huyho1 merged 1 commit intomainfrom
Fixed-trackpad-pinch-zoom-on-the-grid-scales-the-entire-UI,-not-just-the-grid
Feb 9, 2026
Merged

Fix: Stop trackpad pinch-zoom from scaling the whole page#291
huyho1 merged 1 commit intomainfrom
Fixed-trackpad-pinch-zoom-on-the-grid-scales-the-entire-UI,-not-just-the-grid

Conversation

@tlnguyen2009
Copy link
Copy Markdown
Contributor

fixes #290

The _onMouseScrollWheel() method was missing event.preventDefault(). This allowed the browser's native page zoom to trigger after our internal zoom logic, scaling the entire UI.

This commit adds event.preventDefault() to stop the browser's default behavior and ensure only the SVG grid is zoomed.

The _onMouseScrollWheel() method was missing event.preventDefault().
This allowed the browser's native page zoom to trigger after our
internal zoom logic, scaling the entire UI.

This commit adds event.preventDefault() to stop the browser's
default behavior and ensure only the SVG grid is zoomed.
@tlnguyen2009 tlnguyen2009 requested a review from rkprad November 1, 2025 22:21
@tlnguyen2009 tlnguyen2009 self-assigned this Nov 1, 2025
@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 1, 2025

Deploy Preview for steady-macaron-f82663 ready!

Name Link
🔨 Latest commit e716e8b
🔍 Latest deploy log https://app.netlify.com/projects/steady-macaron-f82663/deploys/690687e42a88e80008c4342d
😎 Deploy Preview https://deploy-preview-291--steady-macaron-f82663.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Nov 1, 2025

Deploy Preview for pmks ready!

Name Link
🔨 Latest commit e716e8b
🔍 Latest deploy log https://app.netlify.com/projects/pmks/deploys/690687e43011c00007301e29
😎 Deploy Preview https://deploy-preview-291--pmks.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@rkprad rkprad requested review from huyho1 and removed request for rkprad February 8, 2026 16:21
@huyho1 huyho1 merged commit ac99e75 into main Feb 9, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trackpad pinch-zoom on the grid scales the entire UI, not just the grid

2 participants