mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
c8d38e87b0
commit
987668c139
31 changed files with 1517 additions and 2045 deletions
|
@ -732,4 +732,4 @@ const generateElbowArrowShape = (
|
|||
d.push(`L ${points[points.length - 1][0]} ${points[points.length - 1][1]}`);
|
||||
|
||||
return d.join(" ");
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue