We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We created phetsims/sun#843 in sun, because we would like to remove this line of hacky code in CAVAccordionBox:
CAVAccordionBox
backgroundNode.localBounds = backgroundNode.localBounds.copy();
This code currently provides a workaround that allows us to render the info button and dot plot points on top of the titleNode in AccordionBox
titleNode
AccordionBox
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #170
Sorry, something went wrong.
Reopening because there is a TODO marked for this issue.
Redirect TODO issue, see #166
2ecc100
Closing, we will work on this in #170
No branches or pull requests
We created phetsims/sun#843 in sun, because we would like to remove this line of hacky code in
CAVAccordionBox
:This code currently provides a workaround that allows us to render the info button and dot plot points on top of the
titleNode
inAccordionBox
The text was updated successfully, but these errors were encountered: