a-frame-components
Advanced tools
Comparing version 1.0.250 to 1.0.251
@@ -72,3 +72,3 @@ var __assign = (this && this.__assign) || function () { | ||
this.loadImage(); | ||
plane.addEventListener(GrabAndDropEvents.DROPPED_GRABBED_DATA, function (evt) { return __awaiter(_this, void 0, void 0, function () { | ||
me.el.addEventListener(GrabAndDropEvents.DROPPED_GRABBED_DATA, function (evt) { return __awaiter(_this, void 0, void 0, function () { | ||
var _a, data, category; | ||
@@ -75,0 +75,0 @@ return __generator(this, function (_b) { |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.250", | ||
"version": "1.0.251", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -28,3 +28,3 @@ import mixin from '../../gui/components/mixin'; | ||
this.loadImage(); | ||
plane.addEventListener(GrabAndDropEvents.DROPPED_GRABBED_DATA, async (evt) => { | ||
me.el.addEventListener(GrabAndDropEvents.DROPPED_GRABBED_DATA, async (evt) => { | ||
const { data, category } = evt.detail; | ||
@@ -31,0 +31,0 @@ if (me.data.category === category) { |