Explorar o código

circunferencias

Victor Luiz Domingues %!s(int64=5) %!d(string=hai) anos
pai
achega
c5fd51f12e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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);