devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Accordion stop bubbling hack

Open photodow opened this issue 4 years ago • 0 comments

So I'm doing some stuff that's probably not the greatest to do to prevent accordions' clicks bubbling to the top. Ideally the react component in Carbon would allow for a stop propagation function to be triggered, but it doesn't seem to work when I put this hack in. I'm creating this ticket in hopes to keep this in mind, and either contribute back to Carbon or update if it ever gets a fix.

https://github.com/carbon-design-system/devtools/blob/master/App/popup/components/Main/index.js#L47-L55

photodow avatar Oct 02 '20 14:10 photodow