fix: Dropdown menu not closing on Dashboard view (#11671)

This commit is contained in:
Kamil Gabryjelski
2020-11-12 23:48:48 +01:00
committed by GitHub
parent 5cb6c25ca0
commit 3ad65bc163
9 changed files with 250 additions and 241 deletions

View File

@@ -102,9 +102,9 @@ export default class ModalTrigger extends React.Component {
/* eslint-disable jsx-a11y/interactive-supports-focus */
return (
<>
<span onClick={this.open} role="button">
<div onClick={this.open} role="button">
{this.props.triggerNode}
</span>
</div>
{this.renderModal()}
</>
);