react-relative-portal
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -71,3 +71,3 @@ 'use strict'; | ||
_this.handleOutClick = function () { | ||
_this.handleOutClick = function (e) { | ||
var isOutClick = !_this.isInClick; | ||
@@ -79,3 +79,3 @@ _this.isInClick = false; | ||
if (isOutClick && typeof onOutClick === 'function') { | ||
onOutClick(); | ||
onOutClick(e); | ||
} | ||
@@ -82,0 +82,0 @@ }; |
{ | ||
"name": "react-relative-portal", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "React component for place dropdowns outside overflow: hidden; elements", | ||
@@ -5,0 +5,0 @@ "main": "dist/RelativePortal.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17531