From acc1241015edb73da37ebf413ca1b4f623a10b5d Mon Sep 17 00:00:00 2001 From: Mark Tolmacs Date: Mon, 15 Sep 2025 12:38:44 +0200 Subject: [PATCH] fix: Update history snapshot --- .../tests/__snapshots__/history.test.tsx.snap | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap b/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap index e031d2321..a4106dab2 100644 --- a/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap +++ b/packages/excalidraw/tests/__snapshots__/history.test.tsx.snap @@ -1002,7 +1002,7 @@ exports[`history > multiplayer undo/redo > conflicts in arrows and their bindabl "suggestedBinding": undefined, "type": "arrow", "updated": 1, - "version": 33, + "version": 34, "width": 0, "x": 250, "y": "0.01000", @@ -1059,7 +1059,7 @@ exports[`history > multiplayer undo/redo > conflicts in arrows and their bindabl 0, ], [ - -44, + "-44.00000", "-2.93333", ], ], @@ -1105,8 +1105,8 @@ exports[`history > multiplayer undo/redo > conflicts in arrows and their bindabl "x": -100, "y": -50, }, - "version": 32, - "width": 44, + "version": 33, + "width": "44.00000", "y": "2.93333", }, "inserted": { @@ -1118,15 +1118,15 @@ exports[`history > multiplayer undo/redo > conflicts in arrows and their bindabl ], "mode": "orbit", }, - "height": "0.00001", + "height": 0, "points": [ [ 0, 0, ], [ - 112, - "0.00001", + "6.00000", + 0, ], ], "startBinding": { @@ -1172,8 +1172,8 @@ exports[`history > multiplayer undo/redo > conflicts in arrows and their bindabl "y": -50, }, "version": 31, - "width": 112, - "y": "9.99999", + "width": "6.00000", + "y": 10, }, }, }, @@ -1221,7 +1221,7 @@ exports[`history > multiplayer undo/redo > conflicts in arrows and their bindabl "mode": "inside", }, "suggestedBinding": undefined, - "version": 33, + "version": 34, "width": 0, "x": 250, "y": "0.01000", @@ -1234,7 +1234,7 @@ exports[`history > multiplayer undo/redo > conflicts in arrows and their bindabl 0, ], [ - -44, + "-44.00000", "-2.93333", ], ], @@ -1280,8 +1280,8 @@ exports[`history > multiplayer undo/redo > conflicts in arrows and their bindabl "x": -100, "y": -50, }, - "version": 32, - "width": 44, + "version": 33, + "width": "44.00000", "x": 144, "y": "2.93333", },