Skip to content

Commit

Permalink
Make NUX tips stay open when the user clicks outside (#7541)
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks authored Jul 4, 2018
1 parent 6ef8a65 commit 299f406
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nux/components/dot-tip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class DotTip extends Component {
focusOnMount="container"
role="dialog"
aria-label={ __( 'Gutenberg tips' ) }
onClose={ onDismiss }
onClick={ ( event ) => event.stopPropagation() }
>
<p>{ children }</p>
Expand Down

0 comments on commit 299f406

Please sign in to comment.