@wildebeest/scroll
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -23,2 +23,3 @@ "use strict"; | ||
if (changed) { | ||
this.updateElement(); | ||
this.emitter.emit('wbMove', this.position); | ||
@@ -25,0 +26,0 @@ } |
{ | ||
"name": "@wildebeest/scroll", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Scroll element with custom scroll bar", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -36,2 +36,3 @@ import { Emitter } from "@wildebeest/common"; | ||
if (changed) { | ||
this.updateElement(); | ||
this.emitter.emit('wbMove', this.position); | ||
@@ -38,0 +39,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
51421
883