Comparing version 0.3.11 to 0.3.12
@@ -144,5 +144,5 @@ 'use strict'; | ||
if (this.props.selectedColumns.length !== prevProps.selectedColumns.length) { | ||
this.animate = false; | ||
} else { | ||
this.animate = true; | ||
} else { | ||
this.animate = false; | ||
} | ||
@@ -149,0 +149,0 @@ |
{ | ||
"name": "galahad", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "It's a data table, made in React.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -96,5 +96,5 @@ // @flow | ||
if (this.props.selectedColumns.length !== prevProps.selectedColumns.length) { | ||
this.animate = false | ||
} else { | ||
this.animate = true | ||
} else { | ||
this.animate = false | ||
} | ||
@@ -101,0 +101,0 @@ |
Sorry, the diff of this file is not supported yet
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