a-frame-components
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -61,4 +61,5 @@ var __assign = (this && this.__assign) || function () { | ||
el.addEventListener('click', function (evt) { | ||
var _a; | ||
if (me.data.value !== option.value) { | ||
me === null || me === void 0 ? void 0 : me.setAttribute('value', option.value); | ||
(_a = me === null || me === void 0 ? void 0 : me.el) === null || _a === void 0 ? void 0 : _a.setAttribute('value', option.value); | ||
me.el.emit('change', { | ||
@@ -65,0 +66,0 @@ value: option.value |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -55,3 +55,3 @@ import { AFRAME } from "../../painter/root"; | ||
if (me.data.value !== option.value) { | ||
me?.setAttribute('value', option.value) | ||
me?.el?.setAttribute('value', option.value) | ||
me.el.emit('change', { | ||
@@ -58,0 +58,0 @@ value: option.value |
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
1420729
28370