rc-dropdown
Advanced tools
Comparing version 3.6.1 to 3.6.2
@@ -61,3 +61,3 @@ import * as React from 'react'; | ||
// FIXME: hack with raf | ||
raf(focusMenu); | ||
raf(focusMenu, 3); | ||
} | ||
@@ -64,0 +64,0 @@ |
@@ -76,3 +76,3 @@ "use strict"; | ||
// FIXME: hack with raf | ||
(0, _raf.default)(focusMenu); | ||
(0, _raf.default)(focusMenu, 3); | ||
} | ||
@@ -79,0 +79,0 @@ |
{ | ||
"name": "rc-dropdown", | ||
"version": "3.6.1", | ||
"version": "3.6.2", | ||
"description": "dropdown ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
43040