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.cjs
CHANGED
|
@@ -6605,7 +6605,7 @@ function InteractionOverlay({
|
|
|
6605
6605
|
raw,
|
|
6606
6606
|
previewStyle,
|
|
6607
6607
|
tool === "laser" ? "draw" : tool,
|
|
6608
|
-
|
|
6608
|
+
raw.length === 2
|
|
6609
6609
|
);
|
|
6610
6610
|
if (payload) {
|
|
6611
6611
|
if (payload.kind === "circle") {
|
|
@@ -6898,7 +6898,7 @@ function PresenceRemoteLayer({
|
|
|
6898
6898
|
markup.points.map((p) => ({ x: p.x, y: p.y })),
|
|
6899
6899
|
style,
|
|
6900
6900
|
markup.tool,
|
|
6901
|
-
|
|
6901
|
+
markup.points.length === 2
|
|
6902
6902
|
);
|
|
6903
6903
|
if (payload?.kind === "circle") {
|
|
6904
6904
|
strokeNode = /* @__PURE__ */ jsxRuntime.jsx(
|