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
1 changed files with 1 additions and 1 deletions

View File

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