Fix docExpansion: full regression
This commit is contained in:
@@ -138,7 +138,7 @@ export default class Operations extends React.Component {
|
|||||||
{...op.toObject()}
|
{...op.toObject()}
|
||||||
tagKey={tagKey}
|
tagKey={tagKey}
|
||||||
operationKey={operationKey}
|
operationKey={operationKey}
|
||||||
isShown={layoutSelectors.isShown(["operations", tagKey, operationKey])}
|
isShown={layoutSelectors.isShown(["operations", tagKey, operationKey], docExpansion === "full")}
|
||||||
jumpToKey={jumpToKey}
|
jumpToKey={jumpToKey}
|
||||||
showSummary={showSummary}
|
showSummary={showSummary}
|
||||||
key={tagKey + operationKey}
|
key={tagKey + operationKey}
|
||||||
|
|||||||
Reference in New Issue
Block a user