mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-08 18:17:11 +02:00
fix: double text rendering on edit (#7904)
This commit is contained in:
@@ -281,7 +281,7 @@ const _renderStaticScene = ({
|
||||
);
|
||||
}
|
||||
|
||||
const boundTextElement = getBoundTextElement(element, allElementsMap);
|
||||
const boundTextElement = getBoundTextElement(element, elementsMap);
|
||||
if (boundTextElement) {
|
||||
renderElement(
|
||||
boundTextElement,
|
||||
|
Reference in New Issue
Block a user