@omegagrid/core
Advanced tools
Comparing version 0.3.10 to 0.3.11
@@ -93,3 +93,4 @@ "use strict"; | ||
this.classList.toggle('scroll-top-0', top === 0); | ||
this.verticalSlider.value = top; | ||
if (this.verticalSlider) | ||
this.verticalSlider.value = top; | ||
} | ||
@@ -109,3 +110,4 @@ } | ||
dom.setPosition(this.inner, { l: -left }); | ||
this.horizontalSliderRef.value.value = left; | ||
if (this.horizontalSlider) | ||
this.horizontalSlider.value = left; | ||
} | ||
@@ -112,0 +114,0 @@ } |
{ | ||
"name": "@omegagrid/core", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"license": "UNLICENSED", | ||
@@ -39,3 +39,3 @@ "description": "Core components", | ||
"@fortawesome/fontawesome-svg-core": "6.4.2", | ||
"@omegagrid/localize": "^0.3.10", | ||
"@omegagrid/localize": "^0.3.11", | ||
"@riovir/wc-fontawesome": "^0.1.9", | ||
@@ -42,0 +42,0 @@ "color": "^4.2.3", |
Sorry, the diff of this file is not supported yet
485338
7125
Updated@omegagrid/localize@^0.3.11