File tree Expand file tree Collapse file tree
packages/react-core/src/demos Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ export const CompassDockDemo: React.FunctionComponent = () => {
411411 </ NavItem >
412412 </ NavList >
413413 </ Nav >
414- { ! isDockTextExpanded && ! isDockExpanded && (
414+ { ! isDockTextExpanded && ! isDockExpanded && ! isDockExpandableExpanded && (
415415 < >
416416 < Tooltip aria = "none" aria-live = "off" triggerRef = { navItem1Ref } content = "System panel" > </ Tooltip >
417417 < Tooltip aria = "none" aria-live = "off" triggerRef = { navItem2Ref } content = "Policy" > </ Tooltip >
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ export const NavDockedNav: React.FunctionComponent = () => {
425425 </ NavItem >
426426 </ NavList >
427427 </ Nav >
428- { ! isDockTextExpanded && ! isDockExpanded && (
428+ { ! isDockTextExpanded && ! isDockExpanded && ! isDockExpandableExpanded && (
429429 < >
430430 < Tooltip aria = "none" aria-live = "off" triggerRef = { navItem1Ref } content = "System panel" > </ Tooltip >
431431 < Tooltip aria = "none" aria-live = "off" triggerRef = { navItem2Ref } content = "Policy" > </ Tooltip >
You can’t perform that action at this time.
0 commit comments