mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08: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