-
Notifications
You must be signed in to change notification settings - Fork 871
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: prevent parent element onClick from triggering #24219
fix: prevent parent element onClick from triggering #24219
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Once brave/leo#713 lands I'll update it in brave-core and we can kick of CI for this PR.
Thanks @brandedcow! (note: you'll need to sign this commit too)
Hey @brandedcow I don't think the commit before the merge is signed. I would do the following to resign and avoid needing a merge commit:
because the rebase modifies the commit it should be signed. If not you can do a |
e522f42
to
00f86a7
Compare
@fallaciousreasoning Let me know if the commit is properly signed, I reset my branch to head and made a signed commit. |
Sweet, that looks good - unfortunately it'll be a while until we get this one merged 'cause I'll need to bump Nala first (and that's never very quick). |
@brandedcow once #24379 lands you'll need to rebase (it'll probably take a few days at least) and I can kick off CI. Sorry its such a process 😆 |
Mind rebasing? |
856416c
to
e28a484
Compare
e28a484
to
4477180
Compare
@fallaciousreasoning Just updated the PR! |
@fallaciousreasoning Hey, just checking in on this PR, I see one of the checks were unsuccessful and it is blocking the merge, do I need to do anything on my end? |
Whoops forgot about this. |
Resolves brave-browser#36550
Summary
Depends On
Updated button props
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: