mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix textbox element bindings on size changes (#2145)
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
parent
f2401c9163
commit
9cac7816cc
2 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,7 @@ export const transformElements = (
|
|||
pointerX,
|
||||
pointerY,
|
||||
);
|
||||
updateBoundElements(element);
|
||||
} else if (transformHandleType) {
|
||||
resizeSingleElement(
|
||||
element,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue