canvu-react 0.3.35 → 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.cjs CHANGED
@@ -1807,7 +1807,7 @@ function NativeInteractionOverlay({
1807
1807
  p.points,
1808
1808
  { stroke: "#64748b", strokeWidth: 3 },
1809
1809
  "draw",
1810
- false
1810
+ p.points.length === 2
1811
1811
  );
1812
1812
  if (!payload) return null;
1813
1813
  if (payload.kind === "circle") {