diff --git a/packages/excalidraw/tests/__snapshots__/regressionTests.test.tsx.snap b/packages/excalidraw/tests/__snapshots__/regressionTests.test.tsx.snap index a81ed3035..faf96d82d 100644 --- a/packages/excalidraw/tests/__snapshots__/regressionTests.test.tsx.snap +++ b/packages/excalidraw/tests/__snapshots__/regressionTests.test.tsx.snap @@ -8610,7 +8610,10 @@ exports[`regression tests > key 5 selects arrow tool > [end of test] appState 1` "openMenu": null, "openPopup": null, "openSidebar": null, - "originSnapOffset": null, + "originSnapOffset": { + "x": 0, + "y": 0, + }, "pasteDialog": { "data": null, "shown": false, @@ -8654,6 +8657,7 @@ exports[`regression tests > key 5 selects arrow tool > [end of test] appState 1` }, "segmentMidPointHoveredCoords": null, "selectedPointsIndices": null, + "snapLines": [], "startBindingElement": "keep", }, "selectionElement": null, @@ -8878,6 +8882,7 @@ exports[`regression tests > key 6 selects line tool > [end of test] appState 1`] }, "segmentMidPointHoveredCoords": null, "selectedPointsIndices": null, + "snapLines": [], "startBindingElement": "keep", }, "selectionElement": null, @@ -9252,7 +9257,10 @@ exports[`regression tests > key a selects arrow tool > [end of test] appState 1` "openMenu": null, "openPopup": null, "openSidebar": null, - "originSnapOffset": null, + "originSnapOffset": { + "x": 0, + "y": 0, + }, "pasteDialog": { "data": null, "shown": false, @@ -9296,6 +9304,7 @@ exports[`regression tests > key a selects arrow tool > [end of test] appState 1` }, "segmentMidPointHoveredCoords": null, "selectedPointsIndices": null, + "snapLines": [], "startBindingElement": "keep", }, "selectionElement": null, @@ -9700,6 +9709,7 @@ exports[`regression tests > key l selects line tool > [end of test] appState 1`] }, "segmentMidPointHoveredCoords": null, "selectedPointsIndices": null, + "snapLines": [], "startBindingElement": "keep", }, "selectionElement": null,