mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: generic element's labels not flipping with them (#6967)
This commit is contained in:
parent
c1952fd6cc
commit
eb020d0410
2 changed files with 73 additions and 1 deletions
|
@ -60,6 +60,7 @@ const flipSelectedElements = (
|
|||
getNonDeletedElements(elements),
|
||||
appState,
|
||||
{
|
||||
includeBoundTextElement: true,
|
||||
includeElementsInFrames: true,
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue