rc-cascader
Advanced tools
Comparing version 3.2.3 to 3.2.4
@@ -183,3 +183,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
var cellKeyPath = toPathKey(cellPath); | ||
var ele = (_containerRef$current = containerRef.current) === null || _containerRef$current === void 0 ? void 0 : _containerRef$current.querySelector("li[data-path-key=\"".concat(cellKeyPath, "\"]")); | ||
var ele = (_containerRef$current = containerRef.current) === null || _containerRef$current === void 0 ? void 0 : _containerRef$current.querySelector("li[data-path-key=\"".concat(cellKeyPath.replace(/\\{0,2}"/g, '\\"'), "\"]")); | ||
ele === null || ele === void 0 ? void 0 : (_ele$scrollIntoView = ele.scrollIntoView) === null || _ele$scrollIntoView === void 0 ? void 0 : _ele$scrollIntoView.call(ele, { | ||
@@ -186,0 +186,0 @@ block: 'nearest' |
@@ -207,3 +207,3 @@ "use strict"; | ||
var cellKeyPath = (0, _commonUtil.toPathKey)(cellPath); | ||
var ele = (_containerRef$current = containerRef.current) === null || _containerRef$current === void 0 ? void 0 : _containerRef$current.querySelector("li[data-path-key=\"".concat(cellKeyPath, "\"]")); | ||
var ele = (_containerRef$current = containerRef.current) === null || _containerRef$current === void 0 ? void 0 : _containerRef$current.querySelector("li[data-path-key=\"".concat(cellKeyPath.replace(/\\{0,2}"/g, '\\"'), "\"]")); | ||
ele === null || ele === void 0 ? void 0 : (_ele$scrollIntoView = ele.scrollIntoView) === null || _ele$scrollIntoView === void 0 ? void 0 : _ele$scrollIntoView.call(ele, { | ||
@@ -210,0 +210,0 @@ block: 'nearest' |
{ | ||
"name": "rc-cascader", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"description": "cascade select 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
133979