fix: double text rendering on edit (#7904)

pull/7908/head
David Luzar 10 months ago committed by GitHub
parent bbcca06b94
commit 5211b003b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save