mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: double text rendering on edit (#7904)
This commit is contained in:
parent
bbcca06b94
commit
5211b003b8
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ const _renderStaticScene = ({
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const boundTextElement = getBoundTextElement(element, allElementsMap);
|
const boundTextElement = getBoundTextElement(element, elementsMap);
|
||||||
if (boundTextElement) {
|
if (boundTextElement) {
|
||||||
renderElement(
|
renderElement(
|
||||||
boundTextElement,
|
boundTextElement,
|
||||||
|
|
Loading…
Add table
Reference in a new issue