Skip to content

Conversation

@JonasBa
Copy link
Member

@JonasBa JonasBa commented Jan 13, 2026

Adds a pointerEvents prop to the Container component, allowing control over how the component responds to pointer events. This enables use cases where a container needs to ignore or capture mouse/touch interactions.

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.


Slack Thread

Open in Cursor Open in Web

Added pointerEvents as a responsive prop to the Container component to allow
control over pointer event behavior. This enables developers to set values like
'none', 'auto', 'all', etc. on Container elements.

Changes:
- Added pointerEvents prop to ContainerLayoutProps interface
- Added pointerEvents to omitContainerProps set to prevent DOM forwarding
- Added CSS rule to apply pointer-events styling
@cursor
Copy link
Contributor

cursor bot commented Jan 13, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 13, 2026
@JonasBa JonasBa marked this pull request as ready for review January 13, 2026 16:02
@JonasBa JonasBa requested a review from a team as a code owner January 13, 2026 16:02
@JonasBa JonasBa merged commit de2dc4e into master Jan 13, 2026
54 checks passed
@JonasBa JonasBa deleted the cursor/container-pointer-events-prop-0e28 branch January 13, 2026 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants