mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Arrow conversion regression (#9241)
All checks were successful
Tests / test (push) Successful in 4m43s
All checks were successful
Tests / test (push) Successful in 4m43s
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
parent
21ffaf4d76
commit
30983d801a
4 changed files with 129 additions and 110 deletions
|
@ -818,8 +818,8 @@ exports[`history > multiplayer undo/redo > conflicts in arrows and their bindabl
|
|||
"type": "arrow",
|
||||
"updated": 1,
|
||||
"version": 30,
|
||||
"width": 50,
|
||||
"x": 200,
|
||||
"width": 0,
|
||||
"x": "149.29289",
|
||||
"y": 0,
|
||||
}
|
||||
`;
|
||||
|
@ -852,7 +852,7 @@ History {
|
|||
0,
|
||||
],
|
||||
[
|
||||
50,
|
||||
0,
|
||||
0,
|
||||
],
|
||||
],
|
||||
|
@ -937,7 +937,7 @@ History {
|
|||
0,
|
||||
],
|
||||
[
|
||||
50,
|
||||
0,
|
||||
0,
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue