fix: double text rendering on edit (#7904)

This commit is contained in:
David Luzar
2024-04-17 13:48:04 +02:00
committed by GitHub
parent bbcca06b94
commit 5211b003b8

View File

@ -281,7 +281,7 @@ const _renderStaticScene = ({
); );
} }
const boundTextElement = getBoundTextElement(element, allElementsMap); const boundTextElement = getBoundTextElement(element, elementsMap);
if (boundTextElement) { if (boundTextElement) {
renderElement( renderElement(
boundTextElement, boundTextElement,