a-frame-components
Advanced tools
Comparing version 1.0.284 to 1.0.285
@@ -116,3 +116,5 @@ var __assign = (this && this.__assign) || function () { | ||
slider.setAttribute('percent', "".concat(0)); | ||
slider.setAttribute('text-value-map', this.data.textValueMap); | ||
if (this.data.textValueMap) { | ||
slider.setAttribute('text-value-map', this.data.textValueMap); | ||
} | ||
this.sliderWidth = 0.2; | ||
@@ -119,0 +121,0 @@ this.sliderHorizontalMargin = .2; |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.284", | ||
"version": "1.0.285", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -118,3 +118,5 @@ import { AFRAME } from '../systems/brush'; | ||
slider.setAttribute('percent', `${0}`); | ||
slider.setAttribute('text-value-map', this.data.textValueMap); | ||
if (this.data.textValueMap) { | ||
slider.setAttribute('text-value-map', this.data.textValueMap); | ||
} | ||
this.sliderWidth = 0.2; | ||
@@ -121,0 +123,0 @@ this.sliderHorizontalMargin = .2 |
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
1768291
30171