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

@@ -130,6 +130,7 @@ exports[`load PluginInstaller list 1`] = `
</div>
<div
class="css-p5h61d-View-FlexBox-FlexColumn-Container emab7y20"
style="overflow: visible;"
>
<div
class="ant-dropdown-trigger css-18abd42-View-FlexBox-FlexColumn e1e47qlf0"
@@ -516,6 +517,7 @@ exports[`load PluginInstaller list with one plugin installed 1`] = `
</div>
<div
class="css-p5h61d-View-FlexBox-FlexColumn-Container emab7y20"
style="overflow: visible;"
>
<div
class="ant-dropdown-trigger css-18abd42-View-FlexBox-FlexColumn e1e47qlf0"

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={