Skip to content

Commit

Permalink
prism container panel visibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 7, 2020
1 parent 1851daf commit 876908b
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -106,6 +106,9 @@ public boolean isVisible() {
return false;
}

if (isShowOnTopLevel()) {
return true;
}

if (!isShowOnTopLevel() && !((PrismContainerWrapper) parent).isExpanded()) { // && parent.isMultiValue()) {
return false;
Expand Down

0 comments on commit 876908b

Please sign in to comment.