Web: Files: Tiles: fix context menu backdrop

This commit is contained in:
Viktor Fomin 2022-04-25 18:03:51 +03:00
parent 30aa63f756
commit 330c14c67e

View File

@ -484,6 +484,7 @@ class Tile extends React.PureComponent {
getContextModel={getContextModel} getContextModel={getContextModel}
ref={this.cm} ref={this.cm}
header={contextMenuHeader} header={contextMenuHeader}
withBackdrop={true}
/> />
</StyledOptionButton> </StyledOptionButton>
</> </>