Click event on a-entity in ar.js
问题 I have a simple code where there is a plane over barcode marker, when I click on this plane this action toggle visibility to another entity. <!doctype HTML> <html> <head> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> </head> <script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script> <script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar.js"></script> <script src="https://rawgit.com/donmccurdy