mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Update renderElement.ts
This commit is contained in:
parent
2117fbbc57
commit
c8c683c025
1 changed files with 1 additions and 1 deletions
|
@ -685,7 +685,7 @@ const generateElementWithCanvas = (
|
|||
prevElementWithCanvas.theme !== renderConfig.theme ||
|
||||
prevElementWithCanvas.boundTextElementVersion !== boundTextElementVersion
|
||||
) {
|
||||
console.log(element.width, elemet.height, zoom.value, renderConfig);
|
||||
console.log(element.width, element.height, zoom.value, renderConfig);
|
||||
const elementWithCanvas = generateElementCanvas(
|
||||
element,
|
||||
zoom,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue