Update renderElement.ts

This commit is contained in:
zsviczian 2023-04-03 19:26:25 +02:00 committed by GitHub
parent 3b9953f57f
commit 2117fbbc57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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