From dca37329e0ce57c51f78d62e4fa9e9e574613959 Mon Sep 17 00:00:00 2001 From: tajo Date: Tue, 3 May 2016 15:09:36 -0400 Subject: [PATCH] unnecessary comment removed --- lib/portal.js | 3 --- 1 file changed, 3 deletions(-) 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(); }