Co-authored-by: David Luzar <luzar.david@gmail.com>
@@ -192,6 +192,7 @@ export const renderSpreadsheet = (
y,
startArrowhead: null,
endArrowhead: null,
+ width: chartWidth,
points: [
[0, 0],
[chartWidth, 0],
@@ -205,6 +206,7 @@ export const renderSpreadsheet = (
+ height: chartHeight,
[0, -chartHeight],
@@ -220,6 +222,7 @@ export const renderSpreadsheet = (
...commonProps,
strokeStyle: "dotted",
@@ -26,6 +26,7 @@ Please add the latest change on the top under the correct section.
### Fixes
+- Fix resizing the pasted charts [#2586](https://github.com/excalidraw/excalidraw/pull/2586)
- Fix element visibility and zoom on cursor when canvas offset isn't 0. [#2534](https://github.com/excalidraw/excalidraw/pull/2534)
- Fix Library Menu Layout [#2502](https://github.com/excalidraw/excalidraw/pull/2502)