Comparing version 9.2.2 to 9.2.3
@@ -58,7 +58,6 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty'; | ||
var navNodeWH = this.getScrollWH(navNode); | ||
var navWrapNode = this.navWrap; | ||
var navWrapNodeWH = this.getOffsetWH(navWrapNode); | ||
var containerWH = this.getOffsetWH(this.container); | ||
var offset = this.offset; | ||
var minOffset = navWrapNodeWH - navNodeWH; | ||
var minOffset = containerWH - navNodeWH; | ||
var _state = this.state, | ||
@@ -65,0 +64,0 @@ next = _state.next, |
@@ -83,7 +83,6 @@ 'use strict'; | ||
var navNodeWH = this.getScrollWH(navNode); | ||
var navWrapNode = this.navWrap; | ||
var navWrapNodeWH = this.getOffsetWH(navWrapNode); | ||
var containerWH = this.getOffsetWH(this.container); | ||
var offset = this.offset; | ||
var minOffset = navWrapNodeWH - navNodeWH; | ||
var minOffset = containerWH - navNodeWH; | ||
var _state = this.state, | ||
@@ -90,0 +89,0 @@ next = _state.next, |
{ | ||
"name": "rc-tabs", | ||
"version": "9.2.2", | ||
"version": "9.2.3", | ||
"description": "tabs 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
563996
8351