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 box inside box collapsing error (#1681) #1685

Merged
merged 1 commit into from
Oct 26, 2017

Conversation

bmanifold
Copy link

Previously, with a .box inside a .box, any clicking on a collapse/expand button in either .box would cause both of them to collapse/expand.

This pull request makes sure parent and child boxes do not interfere with each other.

This should fix #1681

* Previously, with a .box inside a .box, any clicking on a
  collapse/expand button in either .box would cause both of them to
  collapse/expand.  This commit makes sure parent and child boxes
  do not interfere with each other.
@almasaeed2010 almasaeed2010 merged commit a667b95 into ColorlibHQ:master Oct 26, 2017
@almasaeed2010
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BoxWidget collapse issue when box inside box
2 participants