소스 검색

circunferencias

Victor Luiz Domingues 5 년 전
부모
커밋
c5fd51f12e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/components/circumference.js

+ 2 - 1
app/components/circumference.js

@@ -39,7 +39,8 @@ var circunference = (function() {
         fill: "transparent",
         stroke: "black",
         strokeWidth: 1,
-        strokeScaleEnabled: false
+        strokeScaleEnabled: false,
+        draggable: true,
       });
 
       layer.add(circle);