jinx il y a 2 mois
Parent
commit
317074784c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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