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/react.js CHANGED
@@ -6598,7 +6598,7 @@ function InteractionOverlay({
6598
6598
  raw,
6599
6599
  previewStyle,
6600
6600
  tool === "laser" ? "draw" : tool,
6601
- false
6601
+ raw.length === 2
6602
6602
  );
6603
6603
  if (payload) {
6604
6604
  if (payload.kind === "circle") {
@@ -6891,7 +6891,7 @@ function PresenceRemoteLayer({
6891
6891
  markup.points.map((p) => ({ x: p.x, y: p.y })),
6892
6892
  style,
6893
6893
  markup.tool,
6894
- false
6894
+ markup.points.length === 2
6895
6895
  );
6896
6896
  if (payload?.kind === "circle") {
6897
6897
  strokeNode = /* @__PURE__ */ jsx(