react-scroll
Advanced tools
Comparing version 0.33.0 to 0.34.0
@@ -58,2 +58,7 @@ var animateScroll = require('./animate-scroll'); | ||
window.scrollTo(0, scrollOffset + (offset || 0)); | ||
if(events.registered['end']) { | ||
events.registered['end'](to, target); | ||
} | ||
return; | ||
@@ -60,0 +65,0 @@ } |
{ | ||
"name": "react-scroll", | ||
"version": "0.33.0", | ||
"version": "0.34.0", | ||
"description": "A scroll component for React.js", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
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
19002
487