jinx 2 mesi fa
parent
commit
317074784c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/files/index.vue

+ 1 - 1
src/components/files/index.vue

@@ -139,7 +139,7 @@ const laserPosition = tag => {
             }
             if (e.button == 2) {
                 const info3d = sdk.scene.getPointByScreen({ x: e.clientX, y: e.clientY })
-                const info2d = sdk.scene.getScreenByPoint(info3d.position,true)
+                const info2d = sdk.scene.getScreenByPoint(info3d.position)
                 if (editTag) {
                     tempTag = {}
                     tempTag.x = editTag.x