react-dropdown
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -82,2 +82,3 @@ 'use strict'; | ||
value: function handleMouseDown(event) { | ||
this.props.onFocus(this.state.isOpen); | ||
if (event.type === 'mousedown' && event.button !== 0) return; | ||
@@ -84,0 +85,0 @@ event.stopPropagation(); |
{ | ||
"name": "react-dropdown", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "React dropdown component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
14845
270