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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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