Skip to content

fix: disable pointer events on flying santa canvas - #142

Merged
JaegerCaiser merged 4 commits into
mainfrom
hotfix/fix-mouse-interaction
Nov 27, 2025
Merged

fix: disable pointer events on flying santa canvas#142
JaegerCaiser merged 4 commits into
mainfrom
hotfix/fix-mouse-interaction

Conversation

@JaegerCaiser

Copy link
Copy Markdown
Owner

Hotfix: Fix Mouse Interaction Issue

This hotfix resolves a critical issue where the FlyingSanta component was blocking mouse interactions across the entire application.

Changes

  • Added style={{ pointerEvents: "none" }} explicitly to the Canvas component in FlyingSanta.tsx.
  • This ensures that the canvas element generated by React Three Fiber does not capture pointer events, allowing clicks to pass through to the underlying UI.

Verification

  • Verified that the FlyingSanta component still renders correctly.
  • Verified that buttons and links underneath the animation are now clickable.

@github-actions

github-actions Bot commented Nov 27, 2025

Copy link
Copy Markdown
Contributor

🚀 Vercel Preview Deployment

A pré-visualização para este PR foi atualizada.

Recurso Link
🔗 URL de Preview URL de Preview
📜 Logs do Deploy Ver logs da Action

Commit: 416d3dac0b111fedcb59f2440b8f854490005038

@JaegerCaiser
JaegerCaiser merged commit d09c553 into main Nov 27, 2025
4 checks passed
@github-actions
github-actions Bot deleted the hotfix/fix-mouse-interaction branch November 27, 2025 04:07
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.

1 participant