Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: clicking scope link does not affect checkbox #9859

Merged
merged 4 commits into from
Jun 24, 2024

Conversation

nickoferrall
Copy link
Contributor

Fix #9858

Loom demo: https://www.loom.com/share/d47bb7b4bdce4ad49cc43cbbd7e38714

To test

  • Click a link in the scope phase of Poker and see that it does not check/uncheck the checkbox

const onClick = () => {

const handleClick = (e: React.MouseEvent) => {
e.stopPropagation()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-1 We have quite a few places where we stop event propagation in the app and to me it's never clear why it was put there, so it's impossible to remove or retest. Please add a comment.

@nickoferrall nickoferrall merged commit b79943d into master Jun 24, 2024
5 checks passed
@nickoferrall nickoferrall deleted the fix/9858/link-click-does-not-check-box branch June 24, 2024 12:28
@github-actions github-actions bot mentioned this pull request Jun 24, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking Jira link affects the checkbox
2 participants