From 7225e761c4e35e2d0090db8f07cf45473412503c Mon Sep 17 00:00:00 2001 From: Mark Tolmacs Date: Wed, 16 Apr 2025 17:54:52 +0200 Subject: [PATCH] Another snapshot update --- .../tests/__snapshots__/history.test.tsx.snap | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap b/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap index 277badbe8..cecb21f4d 100644 --- a/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap +++ b/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap @@ -780,7 +780,7 @@ exports[`history > multiplayer undo/redo > conflicts in arrows and their bindabl "fillStyle": "solid", "frameId": null, "groupIds": [], - "height": 0, + "height": "0.00000", "id": "id167", "index": "a2", "isDeleted": false, @@ -859,14 +859,14 @@ History { ], [ 100, - 0, + "-0.00000", ], ], }, "inserted": { "endBinding": { "elementId": "id166", - "focus": -0, + "focus": "0.00000", "gap": 1, }, "points": [ @@ -921,6 +921,7 @@ History { ], ], "startBinding": null, + "y": 0, }, "inserted": { "points": [ @@ -930,14 +931,15 @@ History { ], [ 100, - 0, + "-0.00000", ], ], "startBinding": { "elementId": "id165", - "focus": 0, + "focus": "-0.00000", "gap": 1, }, + "y": "0.00000", }, }, },