mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Keep text label horizontal
This commit is contained in:
parent
dff69e9191
commit
6b13e889f1
3 changed files with 4 additions and 7 deletions
|
@ -50,7 +50,7 @@ export const redrawTextBoundingBox = (
|
|||
text: textElement.text,
|
||||
width: textElement.width,
|
||||
height: textElement.height,
|
||||
angle: container?.angle ?? textElement.angle,
|
||||
angle: textElement.angle,
|
||||
};
|
||||
|
||||
boundTextUpdates.text = textElement.text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue