Skip to content

Commit

Permalink
MenuItem Popover disables captureDismiss
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Gray committed Aug 3, 2018
1 parent c4e5afa commit 3b47f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/menu/menuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export class MenuItem extends React.PureComponent<IMenuItemProps & React.AnchorH
return (
<Popover
autoFocus={false}
captureDismiss={false}
disabled={disabled}
enforceFocus={false}
hoverCloseDelay={0}
Expand Down

1 comment on commit 3b47f2c

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MenuItem Popover disables captureDismiss

Preview: documentation | landing | table

Please sign in to comment.