Explorar el Código

Fix

customisations
alemart hace 6 meses
padre
commit
c272828e2b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      addons/aframe/ar-scan-gimmick.js

+ 1
- 0
addons/aframe/ar-scan-gimmick.js Ver fichero

@@ -116,6 +116,7 @@ AFRAME.registerComponent('ar-scan-gimmick', {
116 116
         img.style.width = '100%';
117 117
         img.style.height = '100%';
118 118
         img.style.objectFit = 'contain';
119
+        img.style.pointerEvents = 'none';
119 120
         img.style.display = 'inline-block';
120 121
         img.style.opacity = this.data.opacity;
121 122
 

Loading…
Cancelar
Guardar