fix: generic element's labels not flipping with them (#6967)

This commit is contained in:
Alex Kim 2023-09-17 16:26:02 +05:00 committed by GitHub
parent c1952fd6cc
commit eb020d0410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 73 additions and 1 deletions

View file

@ -60,6 +60,7 @@ const flipSelectedElements = (
getNonDeletedElements(elements),
appState,
{
includeBoundTextElement: true,
includeElementsInFrames: true,
},
);