Comparing version 1.3.0 to 1.3.1
@@ -557,3 +557,3 @@ 'use strict'; | ||
// console.log(this.state.expandedKeys, this._rawExpandedKeys, props.children); | ||
if (props.checkable && this.checkedKeysChange) { | ||
if (props.checkable && (this.checkedKeysChange || props.loadData)) { | ||
if (props.checkStrictly) { | ||
@@ -574,3 +574,3 @@ this.treeNodesStates = {}; | ||
var checkKeys = undefined; | ||
if (_this4.checkKeys && _this4._checkedKeys && _this4._checkedKeys.every(function (i, index) { | ||
if (!props.loadData && _this4.checkKeys && _this4._checkedKeys && _this4._checkedKeys.every(function (i, index) { | ||
return checkedKeys[index] === i; | ||
@@ -577,0 +577,0 @@ })) { |
{ | ||
"name": "rc-tree", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "tree 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
62660