Update renderElement.ts

This commit is contained in:
zsviczian 2023-04-03 19:35:28 +02:00 committed by GitHub
parent c8c683c025
commit c0e9b8d7bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -685,7 +685,7 @@ const generateElementWithCanvas = (
prevElementWithCanvas.theme !== renderConfig.theme ||
prevElementWithCanvas.boundTextElementVersion !== boundTextElementVersion
) {
console.log(element.width, element.height, zoom.value, renderConfig);
console.log(element, element.width, element.height, zoom.value, renderConfig);
const elementWithCanvas = generateElementCanvas(
element,
zoom,