mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-17 06:21:16 +02:00
fix
This commit is contained in:
@@ -693,7 +693,9 @@ const resizeMultipleElements = (
|
||||
};
|
||||
const fontSize = measureFontSizeFromWidth(
|
||||
boundTextElement ?? (element.orig as ExcalidrawTextElement),
|
||||
getContainerMaxWidth(updatedElement),
|
||||
boundTextElement
|
||||
? getContainerMaxWidth(updatedElement)
|
||||
: updatedElement.width,
|
||||
);
|
||||
|
||||
if (!fontSize) {
|
||||
|
Reference in New Issue
Block a user