mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: redraw text bounding box when pasting styles (#4845)
This commit is contained in:
parent
b6f9a8005e
commit
bd35b682fa
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ export const actionPasteStyles = register({
|
|||
});
|
||||
|
||||
redrawTextBoundingBox(
|
||||
element,
|
||||
getContainerElement(element),
|
||||
newElement,
|
||||
getContainerElement(newElement),
|
||||
appState,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue