mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
fix: Dropdown menu not closing on Dashboard view (#11671)
This commit is contained in:
committed by
GitHub
parent
5cb6c25ca0
commit
3ad65bc163
@@ -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()}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user