Fix AutoResizer flickering

Summary: https://github.com/bvaughn/react-virtualized/issues/773

Differential Revision: D39772453

fbshipit-source-id: 613b809201d7dca34a0322c0cc65468f2fba2b08
This commit is contained in:
Andrey Goncharov
2022-09-23 12:08:09 -07:00
committed by Facebook GitHub Bot
parent 228de6c542
commit 2437aeb3e9
2 changed files with 4 additions and 1 deletions

View File

@@ -715,7 +715,8 @@ export class ManagedTable extends React.Component<
horizontallyScrollable={horizontallyScrollable}
/>
)}
<Container>
<Container
style={{overflow: this.props.autoHeight ? 'visible' : 'hidden'}}>
{this.props.autoHeight ? (
<ContextMenu
buildItems={