a-frame-components
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -62,2 +62,3 @@ var __assign = (this && this.__assign) || function () { | ||
if (me.data.value !== option.value) { | ||
me === null || me === void 0 ? void 0 : me.setAttribute('value', option.value); | ||
me.el.emit('change', { | ||
@@ -64,0 +65,0 @@ value: option.value |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -55,2 +55,3 @@ import { AFRAME } from "../../painter/root"; | ||
if (me.data.value !== option.value) { | ||
me?.setAttribute('value', option.value) | ||
me.el.emit('change', { | ||
@@ -57,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
1420635
28369