diff --git a/lib/portal.js b/lib/portal.js index bf528b6..4bfb9ef 100644 --- a/lib/portal.js +++ b/lib/portal.js @@ -98,10 +98,7 @@ export default class Portal extends React.Component { handleWrapperClick(e) { e.preventDefault(); e.stopPropagation(); - - // when having outside mouse click listener don't open portal if it's already open if (this.state.active) { return; } - this.openPortal(); }