Skip to content

Commit

Permalink
fix: double text rendering on edit (excalidraw#7904)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed Apr 17, 2024
1 parent 82991a8 commit 14a7286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/excalidraw/renderer/staticScene.ts
Expand Up @@ -281,7 +281,7 @@ const _renderStaticScene = ({
);
}

const boundTextElement = getBoundTextElement(element, allElementsMap);
const boundTextElement = getBoundTextElement(element, elementsMap);
if (boundTextElement) {
renderElement(
boundTextElement,
Expand Down

0 comments on commit 14a7286

Please sign in to comment.