Skip to content

Commit f287bab

Browse files
author
Aaron Sillus
committed
a-boxes don't get mouselistener-attribute
1 parent 774b99a commit f287bab

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ui/scripts/AframeActionController.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@ var actionController = (function () {
225225
});
226226

227227
canvas.setAttribute("mouselistener", "");
228-
canvas.querySelectorAll("a-box").forEach(function(box) {
229-
box.setAttribute("mouselistener", "");
230-
});
231228
}
232229

233230

0 commit comments

Comments
 (0)