ソースを参照

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,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
 

読み込み中…
キャンセル
保存