fix improper duplication for texts inside frame
This commit is contained in:
parent
dce6010b29
commit
5a9f3dfdd8
@ -104,8 +104,8 @@ const duplicateElements = (
|
|||||||
|
|
||||||
const idsOfElementsToDuplicate = arrayToMap(
|
const idsOfElementsToDuplicate = arrayToMap(
|
||||||
getSelectedElements(sortedElements, appState, {
|
getSelectedElements(sortedElements, appState, {
|
||||||
includeBoundTextElement: true,
|
includeBoundTextElement: false,
|
||||||
includeElementsInFrames: true,
|
includeElementsInFrames: false,
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user