canvu-react 0.3.36 → 0.3.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/native.js CHANGED
@@ -1801,7 +1801,7 @@ function NativeInteractionOverlay({
1801
1801
  p.points,
1802
1802
  { stroke: "#64748b", strokeWidth: 3 },
1803
1803
  "draw",
1804
- false
1804
+ p.points.length === 2
1805
1805
  );
1806
1806
  if (!payload) return null;
1807
1807
  if (payload.kind === "circle") {