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.cjs +1 -1
- package/dist/native.cjs.map +1 -1
- package/dist/native.js +1 -1
- package/dist/native.js.map +1 -1
- package/dist/react.cjs +2 -2
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +2 -2
- package/dist/react.js.map +1 -1
- package/dist/realtime.cjs +1 -1
- package/dist/realtime.cjs.map +1 -1
- package/dist/realtime.js +1 -1
- package/dist/realtime.js.map +1 -1
- package/package.json +1 -1
package/dist/react.js
CHANGED
|
@@ -6598,7 +6598,7 @@ function InteractionOverlay({
|
|
|
6598
6598
|
raw,
|
|
6599
6599
|
previewStyle,
|
|
6600
6600
|
tool === "laser" ? "draw" : tool,
|
|
6601
|
-
|
|
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
|
-
|
|
6894
|
+
markup.points.length === 2
|
|
6895
6895
|
);
|
|
6896
6896
|
if (payload?.kind === "circle") {
|
|
6897
6897
|
strokeNode = /* @__PURE__ */ jsx(
|