mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix improper duplication for texts inside frame
This commit is contained in:
parent
dce6010b29
commit
5a9f3dfdd8
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ const duplicateElements = (
|
|||
|
||||
const idsOfElementsToDuplicate = arrayToMap(
|
||||
getSelectedElements(sortedElements, appState, {
|
||||
includeBoundTextElement: true,
|
||||
includeElementsInFrames: true,
|
||||
includeBoundTextElement: false,
|
||||
includeElementsInFrames: false,
|
||||
}),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue