a-frame-components
Advanced tools
Comparing version 1.0.22 to 1.0.23
@@ -67,3 +67,3 @@ import { AFRAME } from "../../painter/root"; | ||
entryPanel.addEventListener('changed', function (evt) { | ||
entryPanel.setAttribute('open', !me.data.open); | ||
me.el.setAttribute('open', !me.data.open); | ||
evt.preventDefault(); | ||
@@ -70,0 +70,0 @@ }); |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -72,3 +72,3 @@ import { AFRAME } from "../../painter/root"; | ||
entryPanel.addEventListener('changed', (evt) => { | ||
entryPanel.setAttribute('open', !me.data.open); | ||
me.el.setAttribute('open', !me.data.open); | ||
evt.preventDefault(); | ||
@@ -75,0 +75,0 @@ }) |
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
1671824