浏览代码

Fix

customisations
alemart 6 个月前
父节点
当前提交
c272828e2b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      addons/aframe/ar-scan-gimmick.js

+ 1
- 0
addons/aframe/ar-scan-gimmick.js 查看文件

116
         img.style.width = '100%';
116
         img.style.width = '100%';
117
         img.style.height = '100%';
117
         img.style.height = '100%';
118
         img.style.objectFit = 'contain';
118
         img.style.objectFit = 'contain';
119
+        img.style.pointerEvents = 'none';
119
         img.style.display = 'inline-block';
120
         img.style.display = 'inline-block';
120
         img.style.opacity = this.data.opacity;
121
         img.style.opacity = this.data.opacity;
121
 
122
 

正在加载...
取消
保存