react-popper-tooltip
Advanced tools
Comparing version 2.7.3 to 2.7.4
@@ -54,4 +54,2 @@ 'use strict'; | ||
_this._handleOutsideClick = function (e) { | ||
e.nativeEvent && e.nativeEvent.stopImmediatePropagation(); | ||
if (!reactDom.findDOMNode(_assertThisInitialized(_assertThisInitialized(_this))).contains(e.target)) { | ||
@@ -58,0 +56,0 @@ var _this$props = _this.props, |
@@ -52,4 +52,2 @@ import _extends from '@babel/runtime/helpers/esm/extends'; | ||
_this._handleOutsideClick = function (e) { | ||
e.nativeEvent && e.nativeEvent.stopImmediatePropagation(); | ||
if (!findDOMNode(_assertThisInitialized(_assertThisInitialized(_this))).contains(e.target)) { | ||
@@ -56,0 +54,0 @@ var _this$props = _this.props, |
{ | ||
"name": "react-popper-tooltip", | ||
"version": "2.7.3", | ||
"version": "2.7.4", | ||
"description": "React tooltip library built around react-popper", | ||
@@ -5,0 +5,0 @@ "homepage": "https://mohsinulhaq.github.io/react-popper-tooltip/", |
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
49284
964