[MM-38535] Overlay drag region with clickable area when menu is open (#1738)

This commit is contained in:
Devin Binnie
2021-09-20 05:40:27 -04:00
committed by GitHub
parent b25ccfeecf
commit c12c9fb2e4
3 changed files with 11 additions and 1 deletions

View File

@@ -330,6 +330,7 @@ export default class MainPage extends React.PureComponent<Props, State> {
onCloseTab={this.handleCloseTab}
onDrop={this.handleDragAndDrop}
tabsDisabled={this.state.modalOpen}
isMenuOpen={this.state.isMenuOpen}
/>
);