Skip to content

Commit e45b9b8

Browse files
committed
Fix docExpansion: full regression
1 parent b042072 commit e45b9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/operations.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default class Operations extends React.Component {
138138
{...op.toObject()}
139139
tagKey={tagKey}
140140
operationKey={operationKey}
141-
isShown={layoutSelectors.isShown(["operations", tagKey, operationKey])}
141+
isShown={layoutSelectors.isShown(["operations", tagKey, operationKey], docExpansion === "full")}
142142
jumpToKey={jumpToKey}
143143
showSummary={showSummary}
144144
key={tagKey + operationKey}

0 commit comments

Comments
 (0)